[OpenLayers-Users] IE8 error in VML.js

2010-02-14 Thread Herman Badenhorst
Hi all. My map works fine in mozilla firefox 3.5.7, but with IE8 am am getting the following error. Message: Unspecified error. Line: 85 Char: 9 Code: 0 URI: http://cdewocat.unibe.ch/wocatQM_2/mapfish/client/mfbase/openlayers/lib/OpenLayers/Renderer/VML.js I have even tried the compatibility

[OpenLayers-Users] Graticule style

2010-02-14 Thread vincent
Can anybody guide me how to change the color of Graticule lines and fonts (in labels)? I can't get to understand the concept of symbolizers and their correct usage, can anybody provide some simple example? Please, please help:) regards Vincent ___

[OpenLayers-Users] Any good tool for creating vectors available around?

2010-02-14 Thread Vincent Gulinao
I'm trying to define lots of boundaries (e.g. political boundaries down to city level of a certain country) but the only method I know is to manually plot them (i.e. manually taking note of MousePosition, then plot to supported format). I'm sure this is a common burden to many map developers, so

Re: [OpenLayers-Users] WMSGetFeatureInfo, missing geometry type ‘box’

2010-02-14 Thread Bart van den Eijnden
Hi, can you try with trunk, IIRC this has been fixed. Best regards, Bart On Feb 13, 2010, at 7:23 PM, Stefanie Weykam wrote: Hi again, My problem still continues but I have been able to trace down the error … Seems that OpenLayers actually tries to parse the data – I got as far as to

[OpenLayers-Users] alternative to show large gpx-file

2010-02-14 Thread Jan Tappenbeck
hi! i had a very large gpx-file to show in my haiti map - http://www.tappenbeck.net/osm/maps/deu/maps4osm.php?id=30 (named). this file is much then 2 mb - did anybody know a alternative way to show this data because the ways will not show every time ! regards Jan :-)

Re: [OpenLayers-Users] alternative to show large gpx-file

2010-02-14 Thread Ian Turton
On Sun, Feb 14, 2010 at 12:03 PM, Jan Tappenbeck o...@tappenbeck.net wrote: hi! i had a very large gpx-file to show in my haiti map - http://www.tappenbeck.net/osm/maps/deu/maps4osm.php?id=30 (named). this file is much then 2 mb - did anybody know a alternative way to show this data because

[OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-14 Thread Phil Scadden
My code for pulling apart an getcapabilities response looks like this: var wfsGetCapabilitiesParsed = new OpenLayers.Format.WFSCapabilities.v1_1_0().read(response.responseXML); for (i = 0; i wfsGetCapabilitiesParsed.featureTypeList.featureTypes.length; i++) { var

[OpenLayers-Users] GeoJSON MultiPoint Features [SEC=UNCLASSIFIED]

2010-02-14 Thread John Phan
Hi, I'm kind of new to OpenLayers. But I want to use GeoJSON to request geometric features using the geometric type: MultiPoint. The browser has no problems rendering the vector layer. Now how do I associate an onclick event with each of these points (rather than a collection of points). My

Re: [OpenLayers-Users] Hassles parsing Arcgis WFS getcapabilities in openlayers.

2010-02-14 Thread Bart van den Eijnden
Hi Phil, can you either validate the output from AGS against an XML validator, or post the full WFS GetCapabilities XML. TIA. Best regards, Bart On Feb 15, 2010, at 1:54 AM, Phil Scadden wrote: My code for pulling apart an getcapabilities response looks like this: var

Re: [OpenLayers-Users] Graticule style

2010-02-14 Thread Eric Lemoine
On Sunday, February 14, 2010, vincent vincen...@gmail.com wrote: Can anybody guide me how to change the color of Graticule lines and fonts (in labels)? I can't get to understand the concept of symbolizers and their correct usage, can anybody provide some simple example? A symbolizer is a hash

Re: [OpenLayers-Users] Get viewport in server side

2010-02-14 Thread Eric Lemoine
On Friday, February 12, 2010, JuKiM rif...@gmail.com wrote: Hi, I would like to know how can I get the viewport of the map on the server side, in order to do a query to a database limiting the bounds... Hi. You can send the return value of map.getExtent().toBBOX() to your server code. Hope

Re: [OpenLayers-Users] IE8 error in VML.js

2010-02-14 Thread Andreas Hocevar
On 2010-02-14 12:50, Herman Badenhorst wrote: Hi all. My map works fine in mozilla firefox 3.5.7, but with IE8 am am getting the following error. Message: Unspecified error. Line: 85 Char: 9 Code: 0 URI:

Re: [OpenLayers-Users] OpenLayers + MapServer + Own maps showing miniature tiles

2010-02-14 Thread Henrik Collin
On Fri, Feb 12, 2010 at 06:14:02AM -0800, Henrik Collin wrote: I changed the maxExtent and Resolution and it did some good. This is how it looks now: maxResolution: 2, maxExtent: new OpenLayers.Bounds(-20037508.34, -20037508.34, 20037508.34, 20037508.34) The scale of the map is