Google Maps and Json structure
- by mark
I found a great script to plot markers on Google Maps. It uses an Json file to laod it.
The problem is I don't know what the structure looks like in this case. Can you help?
function loadMarkers() {
var bounds = map.getBounds();
var zoomLevel = map.getZoom();
$.post("/gmaps/markers/index.php", {zoom: zoomLevel,
swLat:…