Map Markers¶
StyleSheet¶
This option enables you to use a custom css file for your template.
How you should insert subjects¶
This display mode supports only the following subject format:
NAME||51.919151||4.487164||CITY
-Name is the name of the for example shop, place, restaurant.
-City is the name of the city where entered cordinates point at.
-51.919151 is the Latitude
-4.487164 is the Longitude
(Important) In order to work subject should be entered according to city order. For example:
SHOP1||51.919151||4.487164||Roterdam
SHOP2||51.923220||4.478860||Roterdam
SHOP3||51.924365||4.490587||Roterdam
SHOP1||52.378648||4.8951679||Amsterdam
SHOP2||52.3830391||4.9198955||Amsterdam
SHOP3||52.3642077||4.905358||Amsterdam
SHOP4||52.358840||4.868710||Amsterdam
SHOP1||52.070992||4.300359||Hag
SHOP2||52.065333||4.306442||Hag
SHOP3||52.074836||4.308266||Hag
Above is the correct way. Wrong example below:
SHOP1||51.919151||4.487164||Roterdam
SHOP1||52.378648||4.8951679||Amsterdam
SHOP2||51.923220||4.478860||Roterdam
SHOP1||52.070992||4.300359||Hag
SHOP3||51.924365||4.490587||Roterdam
SHOP1||52.378648||4.8951679||Amsterdam
SHOP1||52.070992||4.300359||Hag
SHOP2||52.3830391||4.9198955||Amsterdam
SHOP2||51.923220||4.478860||Roterdam
SHOP3||52.3642077||4.905358||Amsterdam
Specify your Google API key¶
In order for this display mode to work you need to specify your Google API key in the text area.
For more information please visit: How to get API key
Specify the base start location coordinates¶
In this field enter map coordinates of where you would like it to show. This is supported format: 52.133418||5.048488
Specify the base map zoom. Recomended is from 8 to 10¶
In this field enter desired base zoom level. Default is 8. Note that if your zoom level is over 13, the zoom in effect when map marker is clicked will be off however it will still be available if you zoom out less than 13.
Specify the positive ( Answer is given ) map marker image if you don’t want to use default one.¶
In this field enter the image name along with the extension that you would like to use instead of default(Green Marker) positive marker. Example: YellowMarker.png Note in order for this to work first desired image need to be uploaded
Specify the negative ( Answer isn’t given ) map marker image if you don’t want to use default one.¶
In this field enter the image name along with the extension that you would like to use instead of default(Red Marker) negative marker. Example: PurpleMarker.png Note in order for this to work first desired image need to be uploaded
Go back to Display Types
