| bio | website | capecodgis.com |
|---|---|---|
| location | Cape Cod | |
| age | 56 | |
| visits | member for | 1 year, 6 months |
| seen | Jun 13 at 1:09 | |
| stats | profile views | 34 |
I'm a struggling and sometimes starving independent GIS Analyst/Web Developer trying to master Open Source mapping software.
For the past 2 years, I've been teaching myself JavaScript, jQuery, Python, OpenLayers, and of late, Leaflet which I like more than OpenLayers, plus Django/GeoDjango.
I also have GeoServer, PostGreSQL/PostGIS up and running on a web hosting service, WebFaction
Needless to say, gis.stackexchange, has helped me tremendously.
|
May 1 |
answered | How to add text-only labels on Leaflet map with no icon |
|
Apr 22 |
comment |
How to display vectors in arcgis json format in openlayers? additionally, you can use QGIS. Load a shapefile and save as a geojson layer. The geojson format works with both OpenLayers and Leaflet. Make sure you re-project as a shapefile before converting. |
|
Apr 15 |
comment |
CQL Filter on WMS I don't see a CQL filter in your code. It seems you're getting the entire layer. The CQL filter needs to be included along with your request to GeoServer Check out this link |
|
Apr 12 |
comment |
get latitude & longitude as per address given for leaflet Like vaibhav shah said. L.GeoSearch works great. I use the Bing address search engine. It puts the point in the middle of the parcel most of the time. |
|
Apr 10 |
awarded | Self-Learner |
|
Apr 9 |
answered | GeoServer 2.3 how to enable jsonp |
|
Apr 9 |
revised |
GeoServer 2.3 how to enable jsonp included installed details |
|
Apr 8 |
asked | GeoServer 2.3 how to enable jsonp |
|
Apr 8 |
comment |
GeoServer 2.3.0 Proxy Setting using the $.ajax error: function, I tried to pass it along to the Leaflet function anyways and it returned the error Invalid GeoJson object. Yet it is valid. |
|
Apr 8 |
comment |
GeoServer 2.3.0 Proxy Setting I'm making a WFS request to return geojson data. I get an error in Firebug: SyntaxError: invalid label, which points to a valid geojson object. I cut and paste it into geojson lint and it's fine. So apparently the request works fine. In the Firebug console it says there was an error in transfer and it won't pass the data to the Leaflet function. |
|
Apr 8 |
comment |
GeoServer 2.3.0 Proxy Setting thank you for the answer, at least now I know where to start. |
|
Apr 8 |
accepted | GeoServer 2.3.0 Proxy Setting |
|
Apr 7 |
asked | GeoServer 2.3.0 Proxy Setting |
|
Apr 4 |
comment |
How do I add my own map layers to Leaflet The above suggestion is a way to get a map published quickly. Keep in mind, the larger the geojson file the slower it'll take to render. Try to limit the number of features to 100 unless of course they're points. Plus you should remove attributes which you don't plan on using. |
|
Apr 3 |
answered | How do I add my own map layers to Leaflet |
|
Mar 26 |
comment |
QGIS problem with 1.9.0 Master Ok just read a tutorial and it works with 1.8. Is there a painless way to go back to 1.8 on ubuntu 12.10 with terminal??? |
|
Mar 26 |
comment |
QGIS problem with 1.9.0 Master I thought heatmap would only work with Master, my bad. Is there a stable 1.9? |
|
Mar 26 |
comment |
QGIS problem with 1.9.0 Master I've also noticed that the SEXTANTE plugin has become invalid. the error says " This plugin requires a missing module(tests.TestData)". Is that a Python Package? |
|
Mar 26 |
asked | QGIS problem with 1.9.0 Master |
|
Mar 22 |
answered | What is the best way to use Leaflet and Geoserver to highligh a feature after a WMS request? |