Re: [mapserver-users] MapServer 7.4.3 - Poor projection from British National Grid (EPSG 27700) to WebMercator (EPSG 3857)

2021-09-06 Thread Mike Saunt
Ben Have you considered using PostGIS to do the transformation instead? Also, depending on the amount of data you could set up some material views building transformed data or similar which may make it more responsive, if that is needed. All the best Mike On Mon, 6 Sept 2021 at 11:52, wrote:

Re: [mapserver-users] Mapfile VS MapScript performance

2012-11-07 Thread Mike Saunt
As the cgi is robust and heavily tested I would think you would save massive amounts of developer time in not writing python wrapper code too! On Nov 7, 2012 8:42 AM, Umberto Nicoletti umberto.nicole...@gmail.com wrote: I have tested cgi against python mapscript (with mod_python) and the

Re: [mapserver-users] Map file keyword dictionary

2012-10-04 Thread Mike Saunt
/_static/map.vim -- thomas On Wed, Oct 3, 2012 at 8:31 PM, Mike Saunt mikesa...@gmail.com wrote: Hi All Can anyone point me to a list of ALL keywords used within a mapfile? Looking at using this within a Rich Text Editor to color and identify. Much apprecaited Mike

[mapserver-users] Map file keyword dictionary

2012-10-03 Thread Mike Saunt
Hi All Can anyone point me to a list of ALL keywords used within a mapfile? Looking at using this within a Rich Text Editor to color and identify. Much apprecaited Mike ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] SDE Connection

2012-09-11 Thread Mike Saunt
I'm not aware of them being publicly available. They should be in the esri media pack that comes with arcsde On Sep 11, 2012 9:23 AM, Michele De Santis tap...@virgilio.it wrote: Dear list, I want to connect Mapserver 6.0.3 to SDE 9.2. MapServer is on a Linux Centos Machine while SDE is on

Re: [mapserver-users] will Mapserver ever support SLD inside Mapfile?

2012-06-23 Thread Mike Saunt
Would it be difficult to be able to reference sld's locally too via external files path? currently I think they have to be url based On Jun 22, 2012 7:50 PM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: Giovanni, I agree inline SLD would be very powerful for MapServer, and now that QGIS

Re: [mapserver-users] show only classes in legend within current extent

2012-06-18 Thread Mike Saunt
Could be a nice feature say with mode=legendextent Steve, what time would it take to develop? On Jun 18, 2012 3:39 PM, Lime, Steve D (DNR) steve.l...@state.mn.us wrote: Nope. It's not a very hard problem, but it's computationally expensive. My thought is that we'd have to add class counters to

Re: [mapserver-users] Mapserver/PostGIS Faster Initial Load Time

2012-06-10 Thread Mike Saunt
Not sure if this helps but often with IIS there is a lag at startup to load things up, plenty of microsoft doco out there regarding it... On Jun 9, 2012 4:13 PM, Donald Kerr donald.k...@dkerr.co.uk wrote: Jeff, Great tip! My deployment uses a full compressed build of the openlayers.js file

[mapserver-users] Re: MapServer WMS requests with SLD shows extra layers

2011-05-31 Thread Mike Saunt
only excuse could be the time of day i.e. late one evening. - just to CONFIRM - MapServer works as expected with SLD (and very nice too!) Thanks Mike On 30 May 2011 23:22, Mike Saunt mikesa...@gmail.com wrote: Hi All Wondering if anyone knows if this is correct or not. I'm using MapServer

[mapserver-users] MapServer WMS requests with SLD shows extra layers

2011-05-30 Thread Mike Saunt
Hi All Wondering if anyone knows if this is correct or not. I'm using MapServer 5.6.6 on Windows. I have a WMS where I specify an SLD for a layer - say called A (the SLD has a NamedLayer entry for that layer A) - and in the URL I specify the SLD path and also the layers that I want - let's say

Re: [mapserver-users] query mode, multiple selections

2009-09-01 Thread Mike Saunt
Hi We use the back end CGI extensively and it is extremely fast. It is simply a case of being able to define what type of constraint you want against each layer (tolerance etc) - I'm normally surprised if mapserver takes more than a second or two to query up to 20-30 individual layers... Hope

[mapserver-users] Sample Google Maps styled map file

2009-07-08 Thread Mike Saunt
Hi All Long time since I've posted! Does anyone know where I can get a sample MapServer map file with Google Maps style styling? Much appreciated Mike ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] v5.0.0 - CLASSITEM has double quote in field value

2008-07-18 Thread Mike Saunt
/docs/howto/msexpressions Mike Saunt wrote: thanks Alexandre but unfortunately it didn't work Do you know if there is a way of forcing MapServer to read out the literal string i.e. sort of like escaping it? in .NET you can say @stringvariable and it will ignore quotes inside etc? Cheers

[mapserver-users] LABELANGLEITEM in MS 5.0 using OGR:LabelAngle for annotation layer

2008-06-18 Thread Mike Saunt
Hi All We're trying to get an annotation layer from MapInfo format (text only now lines, points etc to follow) to render but to use the angle stored in the MapInfo feature (not from an attribute column) - we used to be able to use LABELANGLEITEM OGR:LabelAngle in v4 but v5 seems to have us

[mapserver-users] Regular Expressions with PostGIS

2008-05-29 Thread Mike Saunt
Hi All We have an application that calls MapServer CGI from C# which creates regular expressions for qitem (itemnquery etc) - basically when calling a shape file all is good but not with PostGIS uniqueid~'(a|A)(b|B)(c|C)123' = good for postgis [uniqueid]=~/(a|A)(b|B)(c|C)123/ = bad for postgis

Re: [mapserver-users] Regular Expressions with PostGIS

2008-05-29 Thread Mike Saunt
, shp_layer2, etc. Sorry! P On Thu, May 29, 2008 at 9:24 AM, Mike Saunt [EMAIL PROTECTED] wrote: Hi All We have an application that calls MapServer CGI from C# which creates regular expressions for qitem (itemnquery etc) - basically when calling a shape file all is good but not with PostGIS

[mapserver-users] mapext=shapes

2008-05-19 Thread Mike Saunt
Hi All Is there anyway specifying a buffer or factor to the mapext=shapes? Bascially I'm zooming to the extents of a poygon from an itemnquery but would like the map zoomed out slightly more...