2,584 reputation
726
bio website
location Los Angeles, CA
age
visits member for 2 years, 10 months
seen May 22 at 2:03
stats profile views 149

May
17
comment google geocoding service combined with openlayers - not working
This'll be an OL question when it becomes "hey, I can get the results back from google and output to console/div/alert but can't plot them on OL map". However, be aware that Google Maps TOS require you to plot google data on a google map.
May
17
comment google geocoding service combined with openlayers - not working
This is not an OpenLayers question, suggest you remove tag. Also, try to simplify your code and/or create a separate test page that ONLY geocodes, nothing else. Have it geocode a static address or an input field and output to console w/o a map. Good luck.
Apr
16
awarded  Caucus
Apr
6
comment Openlayers - Vector layer polygon doesn't move in-synch with Google V3 baselayers
Don't want to mark this as a dupe since I'd like to actually see this issued fixed and there's lots of good info here. If this question is resolved then we can close the other as well. gis.stackexchange.com/questions/36774/…
Apr
3
answered Can't pan around my OpenLayers map .. unless there are no Layers under the mouse
Mar
30
comment include the robinson projection into open layers
It doesn't look like there is one. spatialreference.org/ref/?search=robinson&srtext=Search.
Mar
21
awarded  Popular Question
Mar
20
answered zoom to extent of several vector layers
Mar
19
comment Retaining Older Features with OpenLayers BBox Strategy
then set a higher BBox ratio so your features don't get destroyed when they are out of view. Otherwise you have to come up with something else. Either don't use BBox or clone points to another layer.
Mar
19
comment Retaining Older Features with OpenLayers BBox Strategy
if you're actually changing them, then send the data down to the server, save it, and when it's time to render the data, have the server return the data with some "modified" flag and you Style it as appropriate on the client.
Mar
14
awarded  Informed
Mar
14
answered Retaining Older Features with OpenLayers BBox Strategy
Feb
19
answered Is it possible to implement Geofencing in Openlayers?
Feb
13
comment Openlayers remove previously drawn polygon on starting to draw next one
I'm glad you got to the bottom of this, but I'm not really sure why you gave yourself the answer? hmmm.
Feb
12
comment Openlayers remove previously drawn polygon on starting to draw next one
Ok, then you have to go lower at the Handler events. Look at the Point and Polygon events dev.openlayers.org/releases/OpenLayers-2.12/doc/apidocs/files/… and perhaps create in Point and point in Polygon are what you're looking for. There you can check "ok, are there other shapes? Delete them" and in Polygon you'll have to check "is this 1st point? -delete old on. has done fired yet? no, then user is just drawing stuff"
Feb
12
answered Openlayers remove previously drawn polygon on starting to draw next one
Feb
12
comment add a feature in openlayers using lonlat from geolocation
yes, that's normal. better to use Firebug or Chrome console and just output debug there with console.debug(myObject) or console.log or console.warn depending on what's happening. Alert essentially runs yourobject.toString() in the background to convert Object to a String.
Feb
7
comment Openlayers How would i get a hover label over my polygon
@Sergiu - use the same SelectFeature control, and set hover:true when you create it. Now you have an on-hover handler, not just an on-click handler.
Jan
11
comment Overlay is blurry on Google Maps base layer but not OpenStreetMap with OpenLayers
Looks like 2 different zoom levels and the line is thicker on the top one. Is this a line or a polygon? Overall looks "fine" to me on both. And is the top one Google API on it's own, or Google via OpenLayers?
Dec
13
awarded  Notable Question