informational markers.

diego6 years ago

Dear is it possible to consume restfull getJSON services to display bookmarks? example:

 $.getJSON("http://192.168.34.201:29974/SWRastreoUnidades/webresources/com.modelo.trkmisionmultimedia/multimedia/37?", function (puntos) {  var geolayer = L.geoJson(puntos, {onEachFeature: showPopup, pointToLayer: estiloIcon});
                geolayer.addTo(this.map);

            });

best regards