SVG icon or html file
-
Hello!
I am using a custom icon with this codeGeoMashup.addAction( ‘objectMarkerOptions’, function( properties, options ) {
options.icon = properties.template_url_path + ‘/images/book.png’;
} );is possible to use a svg file? i try but don’t work if I do:
options.icon = properties.template_url_path + ‘/images/test.svg’;and if this is non possible can i use a custom html for marker? i found this example
https://humaan.com/custom-html-markers-google-maps/thanks for your help
- The topic ‘SVG icon or html file’ is closed to new replies.