Re: [mapserver-users] Failed to connect to github

2012-06-03 Thread Thomas Gratier
Hello, This below will be better :) git clone https://github.com/mapserver/mapserver.git mapserver-svn Regards ThomasG ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Mapserver docs and i18n

2012-07-03 Thread Thomas Gratier
Hello list, I've been working since some weeks on making i18n available in Mapserver docs. I've done some translation in the past of french part and I was fed up with maintaining rst files languages to languages and not simple shorts strings. For the french part, I've already backported all to i18

Re: [mapserver-users] Mapserver docs and i18n

2012-07-03 Thread Thomas Gratier
Hello Jeff, hello all, *# First think to understand* I praise the Mapserver community and the team behind the engine. I'm a big fan of Mapserver and Sphinx and I've always love the really great documentation but I know people who deal only with there native language to do the job. So translation

Re: [mapserver-users] Mapserver docs and i18n

2012-07-04 Thread Thomas Gratier
> the current one we have setup because it is difficult for translators > to keep track of what has been added/modified in the english version, > resulting in outdated translated docs which in my opinion is worse > than having no translation at all. > > More inline... > > O

Re: [mapserver-users] Mapserver docs and i18n

2012-07-18 Thread Thomas Gratier
Hello, Like Steve, I want to know the statut of my pull request. Normally, it will not impact other branch (my modifications are not intrusive) I'm interested in any news about it. Regards ThomasG ___ mapserver-users mailing list mapserver-users@lists

Re: [mapserver-users] OGC spatial filter + SLD

2012-11-23 Thread Thomas Gratier
Hello, I haven' try but it's not available refering to the doc http://mapserver.org/ogc/sld.html#issues-found-during-implementation e.g "Limitation of the FilterEncoding to comparison and logical filters. The spatial filters were not made available since it required major changes in MapServer WMS

Re: [mapserver-users] OGC spatial filter + SLD

2012-11-23 Thread Thomas Gratier
Hello, Don't know exactly your case but you can maybe rely on runtime substitution http://mapserver.org/cgi/runsub.html and spatial abilities of your database e.g http://postgis.refractions.net/docs/ST_Within.html or on filter (support within http://mapserver.org/mapfile/expressions.html#spatial-e

Re: [mapserver-users] MapFile viewer

2012-12-14 Thread Thomas Gratier
Hello, What is the advantage compare to OpenLayers built-in viewer (since 6.x version) e.g http://mapserver.org/trunk/fr/openlayers.html ? Regards ThomasG ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/l

Re: [mapserver-users] wfs getfeature returns invalid xml when using gml_constants

2013-04-20 Thread Thomas Gratier
.41/cgi-bin/test.cgi?SERVICE=WCS&REQUEST=GetCoverage&IDENTIFIER=testdata_raw&VERSION=1.1.0 " You can also try replacing & with hexadecimal notation & Regards Thomas Gratier ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Can not execute "make ./configure" command in mapcache downloaded folder

2013-05-17 Thread Thomas Gratier
Hello, Read the INSTALL file https://github.com/mapserver/mapcache/blob/master/INSTALL that say run autoconf when compiling using code from git Regards Thomas Gratier 2013/5/17 Hishan Melanga > Is the configure script file missing? > > > On Fri, May 17, 2013 at 7:06 PM, Hi

[mapserver-users] About projection error in Python bindings

2013-06-01 Thread Thomas Gratier
o=yes --with-python=/usr/bin/python2.7 --enable-python-mapscript Any ideas? Regards Thomas Gratier ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] No Postgresql mapserver images

2013-07-27 Thread Thomas Gratier
Hello, It seems to be more PostGIS related. Run the legacy.sql or legacy_minimal.sql See http://postgis.net/docs/postgis_installation.html for more details But maybe, I'm wrong... Regards Thomas Gratier 2013/7/27 Michael McInnis > Problem: Although I can use my mapserver install

Re: [mapserver-users] Tool for configure mapfile

2010-11-04 Thread Thomas Gratier
Hello, Not only for this but look on GeoAdminSuite, there is a mapfile editor included http://www.geojava.org/index.html and the demo website http://sd-11986.dedibox.fr:8080/gas/ Regards ThomasG GIS specialist ___ mapserver-users mailing list mapserver

Re: [mapserver-users] XSL for WMS capabilities

2010-11-04 Thread Thomas Gratier
Hello, See WMS Inspector Firefox plugin code. It renders directly wms into html so I suppose there is behind an XSLT process for WMS. Regards ThomasG GIS specialist ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org

Re: [mapserver-users] Connecting to remote MapServer WMS/WMF layers using PHP/OpenLayers

2011-01-22 Thread Thomas Gratier
Hello, Look on the code behind this page http://www.catastroloscabos.gob.mx/Catastro/visor/visor.html. It works with Openlayers and connect to the service and the layer you're looking for. Regards ThomasG GIS specialist ___ mapserver-users mailing list

Re: [mapserver-users] Connecting to remote MapServer WMS/WMF layers using PHP/OpenLayers

2011-01-22 Thread Thomas Gratier
Hello, Look with firebug the tiles url when hovering. There have wrong url Not sure it will solve everything but server = "http://"; + location.host + "/"; must be something like server = "http://www.catastroloscabos.gob.mx/"; and because of this change all case like mlayer =

Re: [mapserver-users] srid dropped at postgis request

2011-02-03 Thread Thomas Gratier
Hello, Why your bbox cover an area outside the Lambert II projected bounds (e.g. http://spatialreference.org/ref/epsg/27572/ )? Maybe your using the wrong projection because your POLYGON coordinates look like this one http://spatialreference.org/ref/epsg/2154/ If you're sure your data are in the

Re: [mapserver-users] srid dropped at postgis request

2011-02-04 Thread Thomas Gratier
Hello, Have you done settings like in the docs e.g. http://mapserver.org/input/vector/postgis.html The DATA block will look something like below DATA "the_geom from (select * from your_database where ... ) as foo using unique gid using srid=27572" Maybe it can help you solve your particular pro

Re: [mapserver-users] how to install PHP MapScript extension on Windows wihtout Ms4w ?

2011-04-18 Thread Thomas Gratier
Hello, I can only help you about how to see dll dependencies. For this, use http://www.dependencywalker.com Regards ThomasG ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Problems with the WMS Client VERSION 1.3.0

2011-05-03 Thread Thomas Gratier
Hello, After a look, my results are near the same. With "wms_server_version" "1.3.0", I got the same error msBuildWMSLayerURL(): WMS connection error. MapServer supports only WMS 1.0.0 to 1.1.1 (please verify the VERSION parameter in the connection string) but when I use wms_server_version 1.1.1

Re: [mapserver-users] Mapfile syntax highlighting

2011-05-04 Thread Thomas Gratier
Hello, Retrieve the ZIP http://www.esnips.com/doc/947c00b1-9703-429d-8943-c6e1d4dd62f2/map_properties For Ubuntu wget http://www.esnips.com/doc/947c00b1-9703-429d-8943-c6e1d4dd62f2/map_properties unzip map_properties.zip sudo cp map.properties /usr/share/scite/ sudo chmod 777 /usr/share/scite/ma

Re: [mapserver-users] Error consuming MapServer WMS service version 1.3.0 by many desktop clients

2011-05-05 Thread Thomas Gratier
Hello, Maybe this trac bug can help http://trac.osgeo.org/mapserver/ticket/3525 It seems that "wms_exceptions_format" has to bet set to "XML" for WMS 1.3 Are you sure you really need to set wms_exceptions_format? You will restrict your WMS service to only a WMS version. Regards ThomasG GIS speci

Re: [mapserver-users] MapServer v GeoServer

2011-05-12 Thread Thomas Gratier
Hello, You can look for example this comparison by P. Ramsey http://s3.cleverelephant.ca/geoweb-mapserver.pdf Regards ThomasG GIS specialist ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapser

Re: [mapserver-users] Help needed with empty WFS layer

2011-05-23 Thread Thomas Gratier
Hello, Most of the time, this error is related to spatial extent or units you use at map or layer level e.g. the archives like http://osgeo-org.1803224.n2.nabble.com/wfs-error-lt-gml-null-gt-missing-lt-gml-null-gt-td5074106.html Regards ThomasG GIS specialist

Re: [mapserver-users] Mapfile Generators

2012-02-04 Thread Thomas Gratier
Hello I never need to play with arc but look at http://www.mxd2map.org/ It may help you and it's opensource. Regards ThomasG ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Duplicate entry on a page of the official documentation

2010-02-05 Thread Thomas Gratier
Hello list, I don't know where I can report this. So on this page http://mapserver.org/errors.html#errors You will find twice the topic below. msQueryByPoint: search returned no results One is in the middle of the topic and one at the end. ThomasG ___ m

Re: [mapserver-users] Translate MapServer Doc into french

2010-02-26 Thread Thomas Gratier
Hello, I've started to translate 5 or 6 pages on Mapserver some weeks ago. So, I have followed instructions on http://trac.osgeo.org/mapserver/wiki/DocumentationTranslation to be a commiter on the docs svn part Waiting for Jeff McKenna answer. Post on the mapserver-dev list is coming. Regards Th

Re: [mapserver-users] About shapefile generation in PHP with DBF

2010-08-06 Thread Thomas Gratier
Hello, Look on http://shapelib.maptools.org/ There is in particular a php wrapper for shplib (done by Andrey Hristov). shapelib is a library designed to create shp and manipulating dbf http://svn.php.net/viewvc/pecl/shp/ Regards ThomasG ___ mapserver-u

Re: [mapserver-users] Where to download symbolset file

2010-08-17 Thread Thomas Gratier
Hello, Look in the documentation http://mapserver.org/mapfile/symbology/construction.html At the bottom, there a link to download. Regards ThomasG GIS specialist ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/ma

Re: [mapserver-users] Building Mapserver - missing strlcat... methods

2016-06-21 Thread Thomas Gratier
Hi, "build map server 7.0.1 on linux": distro, architecture? You should look at https://github.com/mapserver/mapserver/blob/branch-7-0/.travis.yml to find out more about MapServer deps. Cheers Thomas Gratier 2016-06-20 22:35 GMT+02:00 Cechini, Matthew F. (GSFC-423.0)[Scien

Re: [mapserver-users] OL3 email Forum

2017-05-29 Thread Thomas Gratier
Hi, If it's a user question, go to the officially recommended tag at https://stackoverflow.com/questions/tagged/openlayers (From right bottom official page "Ask a question") If it's a dev question about the library development itself, previous recommanded link is the right o

Re: [mapserver-users] server geojson data as input to map file

2021-06-16 Thread Thomas Gratier
ervice=WFS&version=1.1.0&outputFormat=application/json&typenames=usa:states Regards Thomas Gratier Le mer. 16 juin 2021 à 16:24, Jeff McKenna a écrit : > Hi Ahmet, yes in fact I recently worked on those documentation steps: > https://mapserver.org/input/vector/geojson.html &g

Re: [mapserver-users] vector tiles?

2022-02-19 Thread Thomas Gratier
Hi, The code has been merged https://github.com/MapServer/MapServer/pull/5376 but as you can see in the PR the documentation page has never been created. The demo code mentioned in the RFC works https://mapserver.org/development/rfc/ms-rfc-119.html#bug-id-and-references Regards Thomas Gratier

Re: [MapServer-users] MB Tiles vs. UTF grids

2022-09-02 Thread Thomas Gratier
= clients libraries (OpenLayers, Leaflet,...) are able to consume raster/vector tiles or utfgrid like if served from static mbtiles. Drawback = special hosting to deploy and use your web map server. Not sure it's enough clear. Regards, Thomas Gratier Le sam. 3 sept. 2022 à 01:05, Scott a

Re: [MapServer-users] How to fetch a wfs layer in openLayers

2022-10-30 Thread Thomas Gratier
p call and use the "Copy as curl" https://everything.curl.dev/usingcurl/copyas, you will see the exact POST content send to Mapserver endpoint With this, you can simply debug by changing the content and run CURL in the command line. Not sure it's more easy than JS but at least you