Jason Sanford
Jason Sanford
I'd have to take a look at the shapefile and probably the command used to generate it via shapefile-ags
I've a local branch for this but apparently haven't pushed up here. So hold off on too much work. I'll updated this thread.
I'm getting started on this. Do you know of any public GeoServer instances I can use to test/demo?
I don't see why it wouldn't be possible. I've not used the marker cluster plugin. But I'd envision it working by looking for a cluster option flag, or option to...
Nice, Thanks! I've got a couple of other pull requests I need to merge in as well. I'll try to work this in a bump a version.
Hey Chris, any chance you can work in an example of using the iLayer interface in the debug directory. I can't seem to figure it out.
I haven't looked into it much, but have you checked out this Leaflet plugin? https://github.com/glenrobertson/leaflet-tilelayer-geojson It's supposed to support GeoJSON tile layers.
Leaflet vectors layers only has 2 ways of fetching features 1. Fetch all at once - works fine for smaller datasets 2. Fetch new features whenever the map extent changes....
This is how Leaflet does examples and I can see some benefit from it. Unfortunately it would take some time which I haven't had much of lately :) But i'll...
This is not currently an option, but it certainly makes sense in some situations. We could have an alternative to [_makeJsonpRequest](https://github.com/JasonSanford/leaflet-vector-layers/blob/master/src/layer/Layer.js#L493) ... maybe _makeXhrRequest.