Re: [mapserver-users] Remote map server - data tweaking

2012-07-05 Thread Ruslan Nuryadin
Hi, When using Quantum GIS, I usually use SQL query where clause to filter PostGIS dataset: - at Add PostGIS Table(s) dialog, click Build query button - fill in SQL where clause with any filter condition - for bounding box filter, use intersection clause like intersects(the_geom, 'SRID=4326;POLYG

[mapserver-users] PHP mapscript using OracleSpatial

2012-07-05 Thread Jessica Clarke
Hi everyone, I successfully queried the same view twice in two separate layers in order to show two related shapes, but now I have decided that there are too many options (and thus too many mapfiles to create and combinations for the developers on the other end to handle) so I am trying to writ

Re: [mapserver-users] MS4W mapcache

2012-07-05 Thread Rahkonen Jukka
Hi, Have you tried MS4W 6.1-dev? It should come with Mapcache. http://www.maptools.org/ms4w/index.phtml?page=downloads.html -Jukka Rahkonen- scott159 wrote: > Hi, > I would like to use mapcache with package MS4W. Where I could find dll to use > it ? t

Re: [mapserver-users] How to get layer name in an identify template?

2012-07-05 Thread Lime, Steve D (DNR)
What do your query strings look like? - Steve From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] on behalf of Bistrais, Bob [bob.bistr...@maine.gov] Sent: Thursday, July 05, 2012 2:01 PM To: mapserver-users@lists.osgeo.org Sub

Re: [mapserver-users] Remote map server - data tweaking

2012-07-05 Thread Rahkonen Jukka
Hi, Check this TinyOWS example http://mapserver.org/trunk/tinyows/openlayershowtotransactional.html However, from what I know Qgis does not load all the features but only those which intersect the map window. "Open attribute table" seems to read the attributes from the whole table but for edit

[mapserver-users] MS4W mapcache

2012-07-05 Thread scott159
Hi, I would like to use mapcache with package MS4W. Where I could find dll to use it ? thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Remote map server - data tweaking

2012-07-05 Thread Matt McClelland
Hi All I am looking for a simple editing tool that will allow me to edit vector map data on my remote mapserver DB (postgres) Ideally something like Potlatch 2 (From ww.osm.org) I want to be able to download a small area of data, move a few notes on a line a bit (or delete it the line), and commi

Re: [mapserver-users] mapfile to geoserver conversion tools?

2012-07-05 Thread Stephen Woodbridge
Opened issue: https://github.com/mapserver/mapserver/issues/4380 for this. On 7/5/2012 8:17 PM, Stephen Woodbridge wrote: only 16 of 32 layers generated useful SLD files using perl mapscript; Anyone tried this on 6.2? Is this a bug? Any ideas how to work around this isue? -Steve W Details fo

Re: [mapserver-users] mapfile to geoserver conversion tools?

2012-07-05 Thread Stephen Woodbridge
On 7/5/2012 6:48 PM, Stephen Woodbridge wrote: Hi All, Does anyone know if there is a mapfile to geoserver conversion tool? Sorry, I have never used geoserver and have no idea on this one. Ok, so after a little additional research, it looks like one can use the mapscript generateSLD() functio

Re: [mapserver-users] World file creation

2012-07-05 Thread Brent Fraser
Jeff, Most of us let a client-side (browser) JavaScript library like OpenLayers handle the screen <-> projection calculation (among a lot of other things). have a look at GeoMoose (http://www.geomoose.org) as a framework to bring together the server-side and client-side components. Best Reg

[mapserver-users] mapfile to geoserver conversion tools?

2012-07-05 Thread Stephen Woodbridge
Hi All, Does anyone know if there is a mapfile to geoserver conversion tool? Sorry, I have never used geoserver and have no idea on this one. Thanks, -Steve ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailm

Re: [mapserver-users] World file creation

2012-07-05 Thread Jeff Lake
Thanks for the reply ... Lets ask this .. I am setting up an open source weather mapping application (php) I already know most of my target audience will not be able to install MapServer and or proj4. I have been trying to get a handle on various map projection's. decided to use 3 Grid (or flat no

[mapserver-users] How to get layer name in an identify template?

2012-07-05 Thread Bistrais, Bob
I am trying to set up a single template, which will format the results of an identify (query by point). Many of the layers have the same item names, so I'd like to use the same template for those layers. I have this working well, except that I'd like the layer name to appear at the top of eac

Re: [mapserver-users] mapserver-users Digest, Vol 54, Issue 5

2012-07-05 Thread Wang, Ya
Flavio, Thank you very much for your help. Really appreciate it. Ya -Original Message- From: Flavio Hendry [mailto:fla...@tydac.ch] Sent: Thursday, July 05, 2012 1:38 AM To: Wang, Ya Cc: mapserver-users@lists.osgeo.org Subject: Re: mapserver-users Digest, Vol 54, Issue 5 Hi Ya yeah, y

Re: [mapserver-users] Mapserver docs and i18n

2012-07-05 Thread Yves Jacolin (Free)
Hello, I am now ok with this pull request from Thomas (we discussed on Francophone mailing list also). It could improve contribution from non technical user (if a pootle infrastructure exists, unfortunately which add more work for sysadmin). Y. Le mercredi 4 juillet 2012 21:51:03 Thomas Grati

Re: [mapserver-users] php_mapscript not being loaded

2012-07-05 Thread William Kyngesburye
On Jul 5, 2012, at 9:39 AM, Stefan Schwarzer wrote: > Hi there, > > I thought I would have finally got over with all the errors while installing > everything anew (php, apache, postgres, mapserver). apache? You're not using the system apache? If it's a major version change from the system ap

Re: [mapserver-users] Problem querying personal GDB

2012-07-05 Thread Brent Fraser
Bob, It's just a guess on my part. There was a similar post on the Geomoose list last year: http://osgeo-org.1560.n6.nabble.com/Geomoose-users-query-php-and-pgdb-tt4929185.html#a4929188 Best Regards, Brent Fraser On 7/5/2012 8:08 AM, Bistrais, Bob wrote: I see this is in the section for

[mapserver-users] php_mapscript not being loaded

2012-07-05 Thread Stefan Schwarzer
Hi there, I thought I would have finally got over with all the errors while installing everything anew (php, apache, postgres, mapserver). But hadn't tested mapserver yet… Did all the installation with the latest Kyngchaos libraries. Running "http://localhost/testphp.php";; but don't see any m

Re: [mapserver-users] Problem querying personal GDB

2012-07-05 Thread Bistrais, Bob
I see this is in the section for using a PostGIS layer. Is that applicable for an ESRI Personal GDB? From: Brent Fraser [mailto:bfra...@geoanalytic.com] Sent: Tuesday, July 03, 2012 6:01 PM To: Bistrais, Bob Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problem querying pers

Re: [mapserver-users] Python MapScript compile error

2012-07-05 Thread Alan Boudreault
Hmm... I think we already ship MapServer with the C wrapper generated. IIRC, you can use the standard way to build the python module also, which does not require swig: cd mapscript/python && python setup.py build && python setup.py install Alan On 12-07-05 01:08 AM, Umberto Nicoletti wrote:

[mapserver-users] mapserver fastcgi warnings when msQueryByPoint() Search returns no results

2012-07-05 Thread Thomas Joseph
I am not sure if this is a problem or not but I was wondering if anyone else has experienced fastcgi warnings with every msQueryByPoint that returns no results ? Everything works as expected when querying a point that returns a result or simply panning or zooming the map. However, when a user cli

Re: [mapserver-users] mapserver-users Digest, Vol 54, Issue 5

2012-07-05 Thread Flavio Hendry
Hi Ya yeah, you'd need ArcGIS Server ... which has a very big price tag on it. The best way to use MapServer Layers and Maps in other sw is WMS and/or WFS. Same for ArcGIS. See i.e. http://mapserver.org/ogc/wms_server.html Mit freundlichem Gruss / Best regards Flavio Hendry