Re: [OpenLayers-Users] Displaying Multiple Markers from Database

2008-02-16 Thread Josh Livni
I believe that FeatureServer can use MySQL as a backend, in which case you would: - need to be able to run python cgi scripts on your server - do a quick setup of FeatureServer - request a url that gets you the markers in geojson or wfs - look at one of the various openlayers examples,

Re: [OpenLayers-Users] WFS Spherical Mercator

2008-02-11 Thread Josh Livni
At first glance I see a featureserver issue -- if you try the url that gets loaded initially (I just checked the firebug console), featureserver returns an error:

Re: [OpenLayers-Users] Zoom to a region using drop down selection box

2008-02-02 Thread Josh Livni
Sindile, Are you asking how to create the data to fill in the dropdowns, or do you already have this all figured out and are asking how to have OpenLayers zoom to a location that you already have extents for? And if you are asking how to create the dropdowns themselves, then do you have

Re: [OpenLayers-Users] Can't display WMS using Spherical Mercator

2007-12-30 Thread Josh Livni
Maria, You mention it doesn't work -- does the google maps show, and your WMS do not? Does nothing show? Do you get pink tiles? Do you get an error message in firebug? If so, what's the error message? Assuming the Google Maps displays, but your WMS does not, can you give an example of a

Re: [OpenLayers-Users] Can't display WMS using Spherical Mercator

2007-12-30 Thread Josh Livni
for your interest! Maria Josh Livni-4 wrote: Maria, You mention it doesn't work -- does the google maps show, and your WMS do not? Does nothing show? Do you get pink tiles? Do you get an error message in firebug? If so, what's the error message? Assuming the Google Maps

Re: [OpenLayers-Users] Google/Yahoo map projection WMS overlay question

2007-12-23 Thread Josh Livni
Andrew, Check the spherical-mercator.html example. However, note that you can't overlay data in EPSG:4326 onto a layer with spherical mercator projection. Your WMS server needs to spit it out in the same projection for them to line up. So in this case, you need to make sure your WMS server

[OpenLayers-Users] vector selectFeatures: hover and onclick

2007-10-13 Thread Josh Livni
I am wondering if there's an easy way to get a different effect for hover/mouseover and onclick for vector features. For example, if I want to call functionH for a hover, and functionC for onclick. It seems that if I activate two SelectFeature for the same vector layer, one (the hover) seems

Re: [OpenLayers-Users] wms untiled 'busy loading' message or image

2007-07-10 Thread Josh Livni
It seems to me that it's still possible, with a tilesize far great than the viewport size, you may end up loading 4 tiles. Such as if you happened to be looking at an area where four (very large) tiles came together. I may well be missing something obvious though (including, at the very