[mapserver-users] How to browse WMS-C layers

2011-07-28 Thread YAMADA,Yasuharu
Dear all, Does anyone tell me how to browse or handle WMS-C (web map service tiling cache) layers? Can the combination with MapServer and OpenLayers handle WMS-C layer's data? I cannot find any information inside the MapServer-users mailing list archive. --

AW: [mapserver-users] MapServer Docs in Android Market

2011-07-28 Thread Sven Schroeter
Hi Steve, her is the eclipse project for compiling the app: http://www.netgis.de/download/MapServerDoc.zip In the folder \assets\www is the webapp. You can use it for integrate it into the main page (maybe with a link to the app in the market) Greetings Sven   Von: Steve Lime

[mapserver-users] ArcSDE, Win32 and truncated GetCapabilities

2011-07-28 Thread Stephan Holl
Dear list, I have an ArcSDE-Layer-based mapfile. When requesting a GetCapabilities-doc in Version 1.1.1 and 1.3.0, the output gets truncated. In 1.0.0 the GetCapabilities-Document is finished though, strange. I am running MapServer 6.1-dev (r11785) on Windows 7 with Apache 2.2.19 against ArcSDE

[mapserver-users] Multiple styles in STYLEITEM

2011-07-28 Thread Gleb Kosolapov
Hi, everyone! I try to use variable styles for objects in Oracle DB. To show railroads I have to use styles like that: STYLE COLOR 102 102 102 WIDTH 4.0 END STYLE

Re: [mapserver-users] Multiple styles in STYLEITEM

2011-07-28 Thread Tamas Szekeres
Hi Gleb, You may probably encapsulate multiple styles in a CLASS definition. Best regards, Tamas 2011/7/28 Gleb Kosolapov thunderl...@yandex.ru Hi, everyone! I try to use variable styles for objects in Oracle DB. To show railroads I have to use styles like that:

Re: [mapserver-users] Multiple styles in STYLEITEM

2011-07-28 Thread Gleb Kosolapov
Yes, I can  encapsulate multiple styles in a CLASS definition, but I need to take it from database. 28.07.2011, 16:07, "Tamas Szekeres" szeker...@gmail.com:Hi Gleb,You may probably encapsulate multiple styles in a CLASS definition.Best regards,Tamas2011/7/28 Gleb Kosolapov thunderl...@yandex.ruHi,

[mapserver-users] Get Map Request with SLD Parameter and local SLD file not via http

2011-07-28 Thread Fabian Patzke 2
Hi List, I tried to make a getMap request and send mapserver (6.0.1) a url (http) to the SLD. This works as expected mapserver fetches the SLD and print the map as defined in the SLD. The SLD is fetched from an application running in tomcat 6.x. The Problem is that every getMap request creates a

Re: [mapserver-users] Multiple styles in STYLEITEM

2011-07-28 Thread Tamas Szekeres
I mean you can place class definitions to the database as style strings according to: http://mapserver.org/development/rfc/ms-rfc-61.html#supported-style-representations Best regards, Tamas 2011/7/28 Gleb Kosolapov thunderl...@yandex.ru Yes, I can encapsulate multiple styles in a CLASS

Re: [mapserver-users] Multiple styles in STYLEITEM

2011-07-28 Thread Gleb Kosolapov
Oh, thank you, Tamas.28.07.2011, 17:11, "Tamas Szekeres" szeker...@gmail.com:I mean you can place class definitions to the database as style strings according to:http://mapserver.org/development/rfc/ms-rfc-61.html#supported-style-representations Best regards,Tamas2011/7/28 Gleb Kosolapov

Re: [mapserver-users] Problem GetFeature with geom filter on WFS

2011-07-28 Thread Stéphane Brunner
Hello, I log the sql request on spatial filter and I have this: select oid,nummer,gemeinde,gueltigkeit,flgrundb,quote,eigentuemer,adresse_lang,encode(ST_AsBinary(ST_Force_2D(geom),'NDR'),'hex') as geom,oid from (SELECT oid, t1.geom, t1.nummer, t2.gemeinde, t1.gueltigkeit1_txt as gueltigkeit,

Re: [mapserver-users] Possible tile_map_edge_buffer issue

2011-07-28 Thread forums
I was just about to post this EXACT same issue. I have discovered something else though. I can force a feature and git to show up where the other missing data is. It shows up on tile=0+1+2 Also If I view the map as mode=map, it works fine, I see my YellowDot and my actual data from my data

Re: [mapserver-users] It takes more than 2 minutes for my map server to generate a world map

2011-07-28 Thread Carlos Ruiz
JK (?), One question: did you use gdaltindex ? IC Carlos Ruiz From: jk jk.c...@sdl.usu.edu To: mapserver-users@lists.osgeo.org Sent: Wednesday, July 27, 2011 6:20 PM Subject: [mapserver-users] It takes more than 2 minutes for my map server to generate a

Re: [mapserver-users] It takes more than 2 minutes for my map server to generate a world map

2011-07-28 Thread Stephen Woodbridge
You probably need to run gdaladdo to add reduced resolution overviews of you images which will speed up display when you are zoomed way out. for x in *.tif ; do gdaladdo $x 2 4 8 16 32 64 128 256 done Regardless, to draw the whole world you will need to open all 4659 files and fetch

Re: [mapserver-users] It takes more than 2 minutes for my map server to generate a world map

2011-07-28 Thread Rahkonen Jukka
Hi, It is really essential to avoid opening all the 4659 files. Redused resolution overview images and layer group is the way to go so that there are never more than, let's say, 20-30 images to open for one call. And gdaladdo does help further. And the third step is to have internally tiled

RE: [mapserver-users] Plotting points as a line from sqlite database

2011-07-28 Thread Ian Walberg
Gents, Thanks for these ideas, however I cannot seem to find a MakeLine function in spatialite 2.4.0. Where should I be looking? Thanks Ian -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Fawcett, David

RE: [mapserver-users] Plotting points as a line from sqlite database

2011-07-28 Thread Fawcett, David (MPCA)
Ian, Take a look at 2.4.0-RC5 http://www.gaia-gis.it/spatialite-2.4.0-5/spatialite-sql-2.4-5.html#p5 Look under SQL utility functions [non-standard] for geometric objects David. -Original Message- From: Ian Walberg [mailto:ian.walb...@airborne.aero] Sent: Thursday, July 28, 2011

RE: [mapserver-users] Plotting points as a line from sqlite database

2011-07-28 Thread Ian Walberg
David, That looks better, let me test if we can now do what we need. Many thanks Ian -Original Message- From: Fawcett, David (MPCA) [mailto:david.fawc...@state.mn.us] Sent: Thursday, July 28, 2011 11:39 AM To: Ian Walberg; Stephen Woodbridge; mapserver-users@lists.osgeo.org Subject:

FW: [mapserver-users] display labels as an integer instead of scientific notations [SEC=UNCLASSIFIED]

2011-07-28 Thread Kathleen Hirst
Hi Mark, You can use an OGR connection for formatting of number fields when labelling in MapServer version 5.x. I think you need GDAL 1.6 or later. For example with a shapefile called test.shp with a field, testfld1, you can do the following to show only two decimal places. LAYER ..