- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
JS Animated. How to add/change map markers (based on RD Google Map)
October 14, 2015
This tutorial shows how to add/change map markers (based on RD Google Map) in JS Animated templates.
JS Animated. How to add/change map markers (based on RD Google Map)In order to check if your map is based on RD Google Map plugin, you will need to check if you havejquery.rd-google-map.js file inside js folder on your server.
In order to add/change map markers, you will need to edit .html file with the map code.
You can find it in the site’s root folder on the server.
In order to add/change map markers, you should do the following:
Get map coordinates: you can do that via Google Maps or any other tool that helps to get map coordinates such as longitude and latitude;
Connect to your server via FTP client or using hosting cPanel file manager;
Edit .html file with the map code, located in the site’s root folder on the server.
Locate map’s list code:
Add new list element using html tags and define 2 attributes such as: data-x (north latitude) and data-y (west longitude).
As a result you will get the following line of code that should be added into the map code in .html file:
There is an example of the map code with the added line:
-
9870 St Vincent Place, Glasgow, DC 45 Fr 45. 800 2345-6789
-
Where:
9870 St Vincent Place, Glasgow, DC 45 Fr 45. 800 2345-6789
represents the new marker on the map:

Save changes and make sure the modified file has been uploaded to the server.
Feel free to check the detailed video tutorial below:
JS Animated. How to add/change map markers (based on RD Google Map)