SV: [mapserver-users] roadlines issue

2009-10-22 Thread Lars Westerlind
That's how I did it, and it works well for me. The one with all 6 different types of roads also (I think) appreciates the indexing suggested. If I understand correctly it makes it even easier for Mapserver to pick the small amount of roads visible at your pictures. The one with 4 will be much

Re: SV: [mapserver-users] Shapefiles with islands

2009-10-22 Thread Steve Grey
Lars, Can you give us an example, or extract of, a location where the rendering problems are? Having trouble with some of the terminology too - multipolygons are multipart polygons, each polygon of which is a single part but can be a donut with multiple holes? Steve 2009/10/22 Lars

SV: SV: [mapserver-users] Shapefiles with islands

2009-10-22 Thread Lars Westerlind
Hello, As said, I don't have RENDERING problems. I have problems to find shapefiles, where the inner polygons are present. At http://trac.osgeo.org/mapserver/wiki/RenderingOsmData there are suggestions to use http://downloads.cloudmade.com/ to download data. I've tested Sweden,

Re: SV: [mapserver-users] Shapefiles with islands

2009-10-22 Thread Rahkonen Jukka
Hi, As this is not Mapserver problem I would suggest to move the discussion to some OpenStreetMap mailing list. Talk, tagging or development, I can't say which one is the best. -Jukka Rahkonen- Lähettäjä: mapserver-users-boun...@lists.osgeo.org

Re: SV: [mapserver-users] Shapefiles with islands

2009-10-22 Thread Steve Grey
Lars, I looked at the data from cloudmade, the lake you pointed to is a multipolygon containing a single non-donut polygon. The other natural areas that overlap that area float on top, there are no holes - and so some features draw under the lake. Also tried the shapefiles from

Re: [mapserver-users] Print template and WMS

2009-10-22 Thread Dan Little
The WMS service you are calling may have a limit on the size of images it will return. - Original Message From: Steve Lime steve.l...@dnr.state.mn.us To: Ruby minerdigg...@gmail.com; mapserver-users@lists.osgeo.org Sent: Wed, October 21, 2009 4:37:05 PM Subject: Re:

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Paul james
Hi Tamas! Thanks... Yes, thats working on Windows 2003/XP... The problem is happening only on Windows 7 (IIS 7.5) now... HTTP Error 502.2 - Bad Gateway Do you have any idea what is that? Its work fine with postgis... Paul On Wed, Oct 21, 2009 at 5:00 PM, Tamas Szekeres szeker...@gmail.com

Re: [mapserver-users] use of srsName in wfs 1.1

2009-10-22 Thread Yewondwossen Assefa
Martin Kofahl wrote: ... leads to msWFSGetFeature(): WFS server error. Invalid GetFeature Request: SRSNAME value should be valid for all the TYPENAMES. Please check the capabilities and reformulate your request. Having the capabilities in mind it's correct as there are no OtherSRS listed. But

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Daniel Walton
Paul, I got various errors with MapServer running in IIS 7.5 until I installed the latest build of PHP. Don't know if you've done that already, but I thought I would mention it. Regards, Dan Walton gisfiretools.com On Thu, Oct 22, 2009 at 9:29 AM, Paul james paulj...@gmail.com wrote: Hi

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Milo van der Linden
I had my IIS crash so severe after a windows update once that it forced me to switch to ms4w... Mostly, it has to do with rights/authentication. Are you sure your IIS user is allowed to connect to your database? Daniel Walton schreef: Paul, I got various errors with MapServer running in IIS

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Ruby
Thanks for your thoughts Dan, I reduced the output size of print.html to the same size as my map.html and still no joy. mapserver never calls the WMS layer for print.html although it loads fine in my map.html. bean On Thu, Oct 22, 2009 at 6:33 AM, Dan Little danlit...@yahoo.com wrote: The WMS

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Steve Lime
This would be easier to debug if we could see the app in action... On 10/22/2009 at 10:56 AM, in message 731ed3bb0910220856j3704b29bm61139ee355c59...@mail.gmail.com, Ruby minerdigg...@gmail.com wrote: Thanks for your thoughts Dan, I reduced the output size of print.html to the same size as my

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Paul james
I got it work... It was a IIS 7.5 Mapping problem... My bad... Sorry Paul On Thu, Oct 22, 2009 at 12:03 PM, Milo van der Linden mlin...@zeelandnet.nl wrote: I had my IIS crash so severe after a windows update once that it forced me to switch to ms4w... Mostly, it has to do with

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Ruby
This would be easier to debug if we could see the app in action... Thanks for your reply Steve, I am unsure how I could share the app. I cannot host from my ISP and the data approaches 5 GB. I am using mapserver 5.2 on MacOsx 10.4.1 and ms4w 5.2 on WindowsXP ProSP3. The app is plain vanilla-

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Ruby
Wow I'd missed the esc in the documentation! Thanks for the tip Steve. Unfortunatly that failed to invoke the WMS layer. Here is the returned URL:

[mapserver-users] templates, queries the web object

2009-10-22 Thread Ted Spradley
Hi all, The Mapserver Test Suite /featurenquery directory test.map includes . . WEB IMAGEPATH set in config.js IMAGEURL set in config.js TEMPLATE test.html MAXSCALE 800 MINSCALE 10 HEADER top.html # only used in conjunction with queries... FOOTER

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Steve Lime
The layers tag takes space separated layer names but since you have a space in your WMS layer name (BLM Claim Names) it's not getting turned on. I don't recommend using spaces or special characters in layer names for just this reason. If you change the name to something like BLM_Claim_Names

[mapserver-users] Re: Print template and WMS

2009-10-22 Thread Ruby
Steve That did the trick. print.html displays the WMS layer now! Thank you so much for the help bean - Hide quoted text - On Thu, Oct 22, 2009 at 1:35 PM, Steve Lime steve.l...@dnr.state.mn.us wrote: The layers tag takes space separated layer names but since you have a space in your WMS

[mapserver-users] MapServer and GeoWebCache in use

2009-10-22 Thread paalkr
Hi! People wants to see MapServer and GeoWebCache in action at the Norwegian mapping agency can try out http://kart.statkart.no http://kart.statkart.no . There is an option in the upper left part of the application to change the language to English (there may still be some items that are not

Re: [mapserver-users] Re: Print template and WMS

2009-10-22 Thread Milo van der Linden
Phew! Congratulations on getting this working! It is always nice to crack a nut! Ruby schreef: Steve That did the trick. print.html displays the WMS layer now! Thank you so much for the help bean - Hide quoted text - On Thu, Oct 22, 2009 at 1:35 PM, Steve Lime

[mapserver-users] add watermark to wms service

2009-10-22 Thread Travis Kirstine
Is there a method for adding a watermark to a wms service (not using a layer w/ label). -- Travis K. Toronto, Canada She knows there's no success like failure and that failure's no success at all. -Bob Dylan-

Re: [mapserver-users] Tileindex of DGN files

2009-10-22 Thread TA
Dear Rahkonen Jukka, I have converted the dgn to shapefiles, and tileindexed these shapefiles (index.shp) and also made a qix file (index.qix) by shptree. I found that if I write: data /MAP/index It rendered blank grips. If I write: tileindex /MAP/index tileitem location It works. But I