Tagged Questions
0
votes
0answers
386 views
how to create the perfect driving directions points using php and mysql [closed]
//
var directionDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
var side_bar_html = "";
var gmarkers = [];
function load() {
...
1
vote
0answers
111 views
How to generate xml for use with geoxml3
I have a kml and shp I would like to convert to an xml to use with geoxml3. How would I go about doing such a thing? the xml I gen should look something like this:
<?xml version="1.0" ...