javascript - How to display location on a map -
i'm looking way display users location on world map using html, javascript or other way, while data pulled exel file. location data basicly city name, , want show on world map mark/dot each user.
the map need displayed on website , update every time user refresh site.
is there way can done? if have appreciated.
thanks.
the common way these days use google maps have lot of sample code here
alternatives google maps can found here open alternatives google-maps?
you need learn server side language can read spreadsheet data , pass frontend. solutions exist in php, ruby, node.js, asp etc...
Comments
Post a Comment