72 reputation
110
bio website
location
age
visits member for 1 year, 4 months
seen Oct 29 '12 at 17:31
stats profile views 16

low-end of the totem pole


May
22
awarded  Notable Question
Jan
24
awarded  Popular Question
Oct
24
comment Displaying UTFGrids with Mapnik and TileStache
well, i can't get a better explanation than this mapbox.com/demo/visiblemap
Oct
24
comment Displaying UTFGrids with Mapnik and TileStache
i noticed glower has a GoogleMaps and ModestMaps javascript. Is there one for OpenLayers?
Oct
24
comment Displaying UTFGrids with Mapnik and TileStache
a couple points of clarification if you have time. You said there's no visual or DOM representation. I'm still confused about how the look-ups work with the hit grid then. It sounds like your tile-offset position is constantly being determined on mouse movement and that position corresponds to the json grid's rows/columns. Is that how the look-up for the utf characters is done? I know i should just probably read the OpenLayers code to figure this out and i will.
Oct
24
comment Displaying UTFGrids with Mapnik and TileStache
wow, a response from a creator of the spec. thanks
Oct
24
accepted Displaying UTFGrids with Mapnik and TileStache
Oct
24
revised Displaying UTFGrids with Mapnik and TileStache
edited title
Oct
24
asked Displaying UTFGrids with Mapnik and TileStache
Oct
16
awarded  Popular Question
Oct
5
awarded  Tumbleweed
Sep
28
asked How To Do OpenLayers.Mobile Popup
Aug
14
awarded  Popular Question
Mar
3
awarded  Teacher
Feb
2
answered Help Setting up GeoServer Proxy with OpenLayers
Feb
1
comment Help Setting up GeoServer Proxy with OpenLayers
@iant -- thanks for the suggestion and your previous help. Though I guess because of my "point" status i can't do it for another few hours ;-(
Feb
1
comment Help Setting up GeoServer Proxy with OpenLayers
well, it seems that the obvious 'text/plain' mimetype was the cause of the issue. Once i added this and changed my Proxy to localhost:80 then everything worked. For future people seeing this post i tested it using JQuery. The GET request looks like this $.get("/geoserver/rest/proxy?url=localhost:80/myapp";, {format : 'text/plain'}, function(data){console.log(data); })
Feb
1
asked Help Setting up GeoServer Proxy with OpenLayers
Feb
1
comment GetFeatureInfo Request with GeoServer and OpenLayers.loadURL Not Working
/usr/share/opengeo-suite-data not the actual tomcat directory. ugh
Feb
1
comment GetFeatureInfo Request with GeoServer and OpenLayers.loadURL Not Working
Yes, you are correct. So now I'm trying to serve my static html page out of apache-tomcat geoserver project as described here docs.geoserver.org/latest/en/user/tutorials/staticfiles.html. There is already html in the directory /var/lib/tomcat6/webapps/geoserver/data/www such as ol-demo.html. I can see this html if i go to localhost:8080/geoserver/www/ol-demo.html. But if i stick my html in this directory and try to go to the URL I only get a 404? Any ideas about that?