0
votes
1answer
81 views

What is the best way to use Leaflet and Geoserver to highligh a feature after a WMS request?

I have a web map, and I'm hoping to make it interactive. The layer I have is reasonably large, at 15 mb in GeoJSON format 4 mb compressed, so I don't want to load the whole layer as one file. But, I ...
1
vote
1answer
103 views

How to add images in CartoDB infowindows

Can't seem to get the default site to display images. I've added hrefs to a image column. example; I've dragged the image column to the top of the infowindow sidebar app and it still just displays ...
1
vote
2answers
368 views

How to label GeoJSON polygons?

I'm using Leaflet combined with GeoJSON features. Is there a way to label GeoJSON features (in this case - polygons)? It should get labels from feature.properties.name This is my code where I ...
1
vote
1answer
123 views

Is it necessary to add Tile layer background?

Is it necessary to add tile layer for making a GeoJSON data rendered in web browser using Leaflet or any other API ? I have a geoJSON data (I obtained the GeoJSON data by converting .shp file to ...
0
votes
0answers
112 views

Loading geojson like map tiles in modestmaps

I have a map that's using modestmaps.js quite nicely so far. However, under my naive implementation around 200kb of data is loaded at each zoom level to be rendered as markers (it's in geoJson, but ...
4
votes
2answers
244 views

How can I setup a simple web mapping system?

I'm new to mapping and GIS and I'd like to setup a mapping system to display informations on a map, I think the following could work but I'm not sure how good it is.. 1- I store my data (lat, lng ...