• Hi fellow dutchman,

    I was wondering if I can use a custom marker and what if this marker has to be bigger than the existing marker 18 x 18 px? Is this possible in some way without really hacking the plugin?

    I have tried to replace the existing marker.png with my own marker, but my custom marker didn’t show up (maybe because it was to big).

    Best regards,

    Joeri.

    https://www.ads-software.com/plugins/nomad-world-map/

Viewing 1 replies (of 1 total)
  • Yes, It could be too big. Resize the image to less than 30×30 OR, if you want it to be bigger, change the lines in js/nwm-gmap3.js:

    newMarker = new google.maps.MarkerImage( nwmSettings.path + "/img/marker.png",
                    new google.maps.Size( 30,30 ),

    to something bigger than 30,30

Viewing 1 replies (of 1 total)
  • The topic ‘Custom marker’ is closed to new replies.