[mapserver-users] help

2010-12-01 Thread Andre Steenveld sr
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] unsubscribe

2010-12-01 Thread Andre Steenveld sr
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Re: Raster Data from PostGIS

2010-12-01 Thread florencia.bujan
Thank you very much!!! I am trying with GDAL. Regards. Florencia -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Raster-Data-from-PostGIS-tp5784362p5791735.html Sent from the Mapserver - User mailing list archive at Nabble.com.

[mapserver-users] Base Layers (VE y Yahoo) in EPSG:4326

2010-12-01 Thread florencia.bujan
Hi, I am using Blue Marble and OpenLayers WMS base layers with postgis layers and the projection is ok: var wms = new OpenLayers.Layer.WMS( Blue Marble, http://maps.opengeo.org/geowebcache/service/wms;, {layers: 'bluemarble'} );

Re: [mapserver-users] Base Layers (VE y Yahoo) in EPSG:4326

2010-12-01 Thread Florencia Buján
Ok. Thank you Christopher. 2010/12/1 christopher.schm...@nokia.com This is an OpenLayers question, and should be setn to the OpenLayers mailing list. Additionally, the thing you want to do is not possible. -- Chris On Dec 1, 2010, at 8:16 AM, ext florencia.bujan wrote: Hi, I am

Re: [mapserver-users] external graphic symbol don't follow the GetStyles method

2010-12-01 Thread Yewondwossen Assefa
Hi Martin, I think you need to define WMS_SLD_SYMBOL_URL to be able to generate an External graphic. This is documented (almost hidden :) in http://mapserver.org/ogc/sld.html#client-side-support best regards, On 30/11/2010 5:01 PM, Martin Ouellet wrote: Hi, When I used a external

Re: [mapserver-users] external graphic symbol don't follow the GetStyles method

2010-12-01 Thread Martin Ouellet
You're absolutely right Assefa, adding the parameter WMS_SLD_SYMBOL_URL solve the problem. You're also right in saying that the information is somehow hidden BUT it is there so my mistake, I'll try to read more carefully next time MartinO 2010/12/1 Yewondwossen Assefa yass...@dmsolutions.ca

Re: [mapserver-users] Base Layers (VE y Yahoo) in EPSG:4326

2010-12-01 Thread Steven M. Ottens
If you have full control of the postgis layers, you can serve them reprojected into EPSG:900913 (or EPSG:3785) and put it on top of VE/Yahoo. You cannot (as chris points out) change the projection of VE/Yahoo (or google for that matter). They serve their baselayers in spherical mercator, and

[mapserver-users] how to change path httpd.d at ms4w for win 7

2010-12-01 Thread elisabeth theresia
Hello all, I am successfully install ms4w vs 3.0 vs 11 and tutorial to install it in : http://osgeo-org.1803224.n2.nabble.com/RE-port-from-Apache-to-IIS-td2721888.html but, i have project from win xp in \ms4w\apps\appweb contain folders : htdocs, map, shp, samples, admin, config, data, etc

Re: [mapserver-users] how to change path httpd.d at ms4w for win 7

2010-12-01 Thread Bob Basques
try these two versions: http://localhost/index.html http://localhost/appweb/index.html or http://localhost/appweb/htdocs/index.html http://localhost/appweb/index.html On 12/1/2010 8:49 PM, elisabeth theresia wrote: Hello all, I am successfully install ms4w vs 3.0 vs 11 and tutorial to

Re: [mapserver-users] how to change path httpd.d at ms4w for win 7

2010-12-01 Thread elisabeth theresia
Thanks Mr. Bob, yeah in option 2 i can do it, so no other way for setting in httpd.d maybe? Hmm... Okay. -Theresia dbee. From: Bob Basques bo...@gritechnologies.com To: mapserver-users@lists.osgeo.org Sent: Thu, December 2, 2010 10:15:10 AM Subject: Re:

RE: [mapserver-users] Re: Clipping returned WFS data to the requesting bounding box

2010-12-01 Thread Lime, Steve D (DNR)
It's described at: http://mapserver.org/input/vector/postgis.html It's a PostGIS-only hack. I'd advocate binding a few variables like extent and scale to expressions with a special syntax. For example, [_minx] or something like that. RFC 64 makes it much easier to extend expressions like