Change Map Icon

Support General Change Map Icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3156
    weseoweseo
    Participant

    Hello, thank you for this grat Map Field 🙂

    But how can i change the Map Icon in the Frontend?

    Thank you

    #3163
    weseoweseo
    Participant

    I have found a solution:

    In the file "meta-box\js\map-frontend.js" i added folowing code at the Line 56:

    // Set marker icon
    if ( options.marker_icon )
    {
        marker.setIcon( options.marker_icon );
    }

    Now in the frontend file, i have the new parameter "marker_icon":

    $args = array('type' => 'map', 'marker_icon' => 'images/map-marker.png',);
    $location = rwmb_meta('my_map', $args);
    #3165
    Anh TranAnh Tran
    Keymaster

    That's a nice improvement. I've just added that to the development version on Github which will be included in the next version.

    Thanks for contributing 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Map Icon’ is closed to new replies.