RE: [mapserver-users] Projection and mapquery

2010-02-02 Thread Morten Sickel
Josh, Thanks, but could you please elaborate this a bit? Do you mean that you are doing a reprojection in mapscript of the projected layer or that you are projecting the layer 'as saved' before mapserver gets to see i at all? since the query is towards the map object, I cannot see how I can

[mapserver-users] high quality print from external wms

2010-02-02 Thread Basti2025
Hi all, i got an external wms included in my mapfile, like this: LAYER NAME 'grenzen_5' TYPE RASTER STATUS ON CONNECTION 'http://..?SERVICE=WMS;' CONNECTIONTYPE WMS METADATA 'wms_srs' 'EPSG:31467' 'wms_title' 'Grenzen 5' 'wms_name' 'grenzen_5'

RE: [mapserver-users] Projection and mapquery

2010-02-02 Thread Morten Sickel
OK, i found a workaround to the original problem: I presently have a set up in which I plot some measurements on some background maps. Things work fine, but I want to add the possibility to query the measurement data set by clicking on a measurement. The measurements have coordinates in

[mapserver-users] dinamic layer mapfile

2010-02-02 Thread Paul Alarcon
Hello, im using mapserver, since a while, but i have a dout, there is a way to make a layer from a view, im using postgis, and i want to make a dinamic layer using a view insted of a table, is this posible, which is the best way to do it? Thanks a lot Paul A. -- View this message in context:

Re: [mapserver-users] dinamic layer mapfile

2010-02-02 Thread Jana Golinowski
Hi Paul, Hello, im using mapserver, since a while, but i have a dout, there is a way to make a layer from a view, im using postgis, and i want to make a dinamic layer using a view insted of a table, is this posible, which is the best way to do it? you have to insert your view into

[mapserver-users] Using e00 files

2010-02-02 Thread Jon Miner
Making progress... Thanks to everyone's help, I have a simple app displaying a USGS Topo sheet using GeoTIFF. Now, I'm trying to layer on information from the GRANIT website: http://www.granit.unh.edu/

RE: [mapserver-users] Using e00 files

2010-02-02 Thread Fawcett, David (MPCA)
Jon, If you are not calling the layer name explicitly in the URL, try setting the layer status to DEFAULT. David. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jon Miner Sent: Tuesday, February 02, 2010

Re: [mapserver-users] Using e00 files

2010-02-02 Thread Peter N. Schweitzer
On 02/02/2010 11:32 AM, Jon Miner wrote: Now, I'm trying to layer on information from the GRANIT website: http://www.granit.unh.edu/ ftp://ftp.granit.sr.unh.edu/pub/GRANIT_Data/Vector_Data/Transportation_Networks/d-railroads/rrnh.e00 These files are e00 files. Based on some other mailing list

Re: [mapserver-users] Using e00 files

2010-02-02 Thread Brent Fraser
You haven't defined the LAYER's PROJECTION (we really should enhance mapserver to read .prj files!) Jon Miner wrote: Making progress... Thanks to everyone's help, I have a simple app displaying a USGS Topo sheet using GeoTIFF. Now, I'm trying to layer on information from the GRANIT

Re: [mapserver-users] Using e00 files

2010-02-02 Thread Jon Miner
Hi David, The layer name is explicitly called out in the URL; changing it to DEFAULT has no effect. - Jon - Original Message From: Fawcett, David (MPCA) david.fawc...@state.mn.us To: Jon Miner cp_...@yahoo.com; mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent:

[mapserver-users] Re: GetFeatureINFO errors in Mapserver notoccurringin Geoserver.

2010-02-02 Thread Michelle Douvil
Just an update to the problem we are having with the spatial views in ORACLE/SDE.. It turns out that some, and I am not sure all, of our spatial views in SDE 9.1 will work with a GetFEATUREINFO request IF the OBJECTID is dropped from the SVW. This is not an ideal solution however, since other

[mapserver-users] Maxextent , resolution and zoom issue

2010-02-02 Thread jbloc1878
Hi, i have been struggling with this problem for some time now. Basically I am trying to display two layers. 50k and 250K of the uk. Can anyone explain further what resolution, maxextent and zoom values I should have to display these layers correctly? My layers cover the whole of the UK. I

Re: [mapserver-users] Using e00 files

2010-02-02 Thread Jon Miner
I've added the output from `ogrinfo -summary` at the bottom off this thread... -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jon Miner Sent: Tuesday, February 02, 2010 10:32 AM To:

[mapserver-users] areas of high res

2010-02-02 Thread Wendell Turner
The base layer of my map has full coverage of the US at a scale of 1:500,000. That works fine. I have some areas of detail that have tif files at a scale of 1:250,000. What do I put in the mapfile to say 'use high res if available for this tile, otherwise use the low res one'? Thanks, Wendell

Re: [mapserver-users] areas of high res

2010-02-02 Thread Rahkonen Jukka
Hi, Easy solution is to push all the images into same tileindex. Add a new attribute, let's say draw_order and give value 1 for 1:50 images, value 2 for 1:25 images. Run the tileindex through sortshp utility and sort it by draw_order. Now Mapserver will draw both tiffs in

Re: [mapserver-users] areas of high res

2010-02-02 Thread TC Haddad
use two different tile indexes and use MIN- and MAXSCALEDENOM to control when they are each used. presumably you already have one tileindex working for the nationwide 500,000 scale images? so make a second one that is a compound index - looks like the above, but also includes the footprints of

Re: [mapserver-users] areas of high res

2010-02-02 Thread Christopher Schmidt
On Tue, Feb 02, 2010 at 03:10:40PM -0800, TC Haddad wrote: use two different tile indexes and use MIN- and MAXSCALEDENOM to control when they are each used. Or just don't use min/max at all, and just paint over the lower res layers with the higher res layers. -- Chris presumably you

Re: [mapserver-users] areas of high res

2010-02-02 Thread Wendell Turner
On Tue, Feb 02, 2010 at 06:23:01PM -0500, Christopher Schmidt wrote: On Tue, Feb 02, 2010 at 03:10:40PM -0800, TC Haddad wrote: use two different tile indexes and use MIN- and MAXSCALEDENOM to control when they are each used. Is that done by listing the higher res layer items after the

Re: [mapserver-users] areas of high res

2010-02-02 Thread TC Haddad
On Tue, Feb 2, 2010 at 3:34 PM, Wendell Turner wend...@enflight.com wrote: Is that done by listing the higher res layer items after the lower res itesm in the arguments to gdaltindex? Yes - draw order is from top to bottom in a map file. That appears to work, but is it loading tiles

[mapserver-users] qGIS mapfile error!

2010-02-02 Thread Vasile Cristian Stan
I've created a mapfile using qGiS and when i run mapfile on the mapserver it gives me this error: loadSymbolSet(): Unable to access file. (./symbols/symbols.txt) any ideas? Thanks! -- View this message in context: http://n2.nabble.com/qGIS-mapfile-error-tp4504943p4504943.html Sent from the

Re: [mapserver-users] areas of high res

2010-02-02 Thread Christopher Schmidt
On Tue, Feb 02, 2010 at 11:34:05PM +, Wendell Turner wrote: On Tue, Feb 02, 2010 at 06:23:01PM -0500, Christopher Schmidt wrote: On Tue, Feb 02, 2010 at 03:10:40PM -0800, TC Haddad wrote: use two different tile indexes and use MIN- and MAXSCALEDENOM to control when they are each

[mapserver-users] msplugin_mssql2008 and getFeature()

2010-02-02 Thread Gabe Codina
Hi All I have a web mapping app based on ms 5.2.1 and php mapScript. Our business layers are stored in MSSQL2008 and were transferred from postgis some time ago. I have a requirement to highlight selected features on the map - the way this used to work was I would add a highlight layer to the

Re: [mapserver-users] areas of high res

2010-02-02 Thread Rahkonen Jukka
Hi, That's why I am doing the tileindex editing exercise every time when we get updates for our imagery. I remove the totally covered old images from the tileindex but leave the overlapping ones. This way the double drawing is minimised. Have a try with shapefile editing, after doing it a few

Re: [mapserver-users] qGIS mapfile error!

2010-02-02 Thread James Card
On Tue, 02 Feb 2010 17:19:11 -0800, Vasile Cristian Stan vasilees...@gmail.com wrote: I've created a mapfile using qGiS and when i run mapfile on the mapserver it gives me this error: loadSymbolSet(): Unable to access file. (./symbols/symbols.txt) Either make sure that you've got a valid