Re: [mapserver-users] Bad BBOX passed to db query

2013-09-23 Thread Jack Walters
UPDATE - Possible fix - Removed PROJECTION items from all layers - Set main PROJECTION to AUTO - Only reference to epsg 4326 is in MAP->METADATA wms_srs and postgresql db calls All items are now returning as expected. BBOX now: GeomFromText('POLYGON((-179.52099606876 -21.9022779637684,-179.5209

Re: [mapserver-users] Bad BBOX passed to db query

2013-09-23 Thread Jack Walters
Any help here would be greatly appreciated. Thanks, Jack Walters Web Development Engineer III Zonar Systems On 9/16/2013 10:27 AM, Jack Walters wrote: We are updating to mapserver 6.2.1 from 5.6.5 and have found that several polygons/polylines/labels in western North America are not being draw

Re: [mapserver-users] Scribe UI Configuration

2013-09-23 Thread Humberto Cereser Ibanez
Hi Jessica, Em Seg, 2013-09-23 às 11:44 -0400, Jessica Lapointe escreveu: > Hi Humberto, > You should use pip install to get Flask (instead of aptitude): > > sudo pip install Flask > > If that doesn't work I found this link that might > help: > http://rajaseelan.com/2011/06/18/attributeerror-

Re: [mapserver-users] mapserver 6.4 binary?

2013-09-23 Thread Tamas Szekeres
Hi John, Just working on it. Needs a bit of time to compile them all. Best regards, Tamas 2013/9/23 John Smith > http://www.gisinternals.com/sdk/ still shows > "release-1600-x64-gdal-1-10-mapserver-6-2". > > is "release-1600-x64-gdal-1-10-mapserver-6-4" available anywhere? > > thanks tamas,

[mapserver-users] mapserver 6.4 binary?

2013-09-23 Thread John Smith
http://www.gisinternals.com/sdk/ still shows "release-1600-x64-gdal-1-10-mapserver-6-2". is "release-1600-x64-gdal-1-10-mapserver-6-4" available anywhere? thanks tamas, jzs ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.os

Re: [mapserver-users] Scribe UI Configuration

2013-09-23 Thread Jessica Lapointe
Hi Humberto, You should use pip install to get Flask (instead of aptitude): sudo pip install Flask If that doesn't work I found this link that might help: http://rajaseelan.com/2011/06/18/attributeerror-flask-object-has-no-attribute-teardown_request/ Jessica

[mapserver-users] Scribe UI Configuration

2013-09-23 Thread Humberto Cereser Ibanez
Hi, I'm trying to configure Scribe UI, but when I run "from init import init_db" I get this message: AttributeError: 'Flask' object has no attribute 'teardown_request' The related packages that are installed in my Debian Squeeze, all via aptitude, are: python-flask 0.6 sqlite 3.7.3 python 2.6.6

Re: [mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter

2013-09-23 Thread Steve . Toutant
If it is a typo it would be in your layers definition Is layer 'TestMap' defined in your mapfile? If so watch for a typo at the layer above, maybe an extra END Anything in your Web server log, and mapserver log? Paul S @lists.osgeo.org Envoyé par : mapserver-users-boun...@lists.osgeo.org 201

Re: [mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter

2013-09-23 Thread Rahkonen Jukka
Hi, Your latest mail shows that you do not know yet how a complete and valid GetMap request looks like. Later in this mail you will see an example. Read about EXTENT from http://mapserver.org/mapfile/map.html Read carefully http://mapserver.org/ogc/wms_server.html The mapfile on this page is qui

Re: [mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter

2013-09-23 Thread Paul S
Thanks Steve, Here is the URL I am using ... http://localhost/cgi-bin/mapserv.exe? map=C:\ms4w\Apache\TEST_Routes.map& LAYER=TestMap& SERVICE=WMS& VERSION=1.1.1& REQUEST=GetMap I wish/hope it is something as simple as a misspelling! But I do not see it. Paul -- View this message in context:

Re: [mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter

2013-09-23 Thread Lime, Steve D (MNIT)
The error means you're asking for a layer in you WMS request that doesn't exist in the service. Basically it's not defined in the mapfile. I'd guess you have a typo someplace. Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.o

[mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter

2013-09-23 Thread Paul S
I am not sure if I double-posted this - if so - apologies! I installed MS4W a few days ago to put together a small proof-of-concept. I've been through the tutorial, which I got to work with a little tweaking. When I attempt to use an Oracle spatial table, I get a MS server error: Invalid layers(s

[mapserver-users] Named style and WMS capabilities document

2013-09-23 Thread Pasquale Di Donato
I'm trying to configure a layer with two styles, let's say: - default - style_2 I'm trying this code: LAYER CLASSGROUP "default" CLASSITEM "urn_litho1" ... CLASS NAME "some name" GROUP "default" EXPRESSION"some expressi