Re: [mapserver-users] Mapcache GetLegendGraphic request...

2013-04-25 Thread Paul james
...@lists.osgeo.org] *On Behalf Of *Paul james *Sent:* Monday, March 18, 2013 3:32 PM *To:* mapserver-users@lists.osgeo.org *Subject:* [mapserver-users] Mapcache GetLegendGraphic request... ** ** Hello... How can I configure mapcache to accept GetLegendGraphic request

[mapserver-users] GetFeatureInfo encoding with HTML template...

2013-04-24 Thread Paul james
Hello... I´m using a SQL Server 2008 database and I´m having problem with GetFeatureInfo accents using HTML templates... I need to set encoding to UTF-8... I added that to header.html template: meta http-equiv=content-type content=text/html; charset=UTF-8/meta No success at all... Tried to

Re: [mapserver-users] GetFeatureInfo encoding with HTML template...

2013-04-24 Thread Paul james
Rahkonen- ** ** ** ** Paul james wrote: ** ** Hello... I´m using a SQL Server 2008 database and I´m having problem with GetFeatureInfo accents using HTML templates... I need to set encoding to UTF-8... I added that to header.html template

Re: [mapserver-users] Mapcache FCGI with IIS...

2013-03-18 Thread Paul james
/2012-February/012007.html -Steve W On 3/12/2013 12:38 PM, Paul james wrote: Thanks... I compiled mapcache with success ... mapcache_seed is working fine... But I dont know how use the FastCGI module (mapcache.exe) ... I created a FastCGI 'Module Mapping' in IIS pointing to mapcache.exe

[mapserver-users] Mapcache GetLegendGraphic request...

2013-03-18 Thread Paul james
Hello... How can I configure mapcache to accept GetLegendGraphic request ? Is that possible? Or maybe do I need to add a forwarding_rule to that kind of request? But how? Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] Mapcache FCGI with IIS...

2013-03-12 Thread Paul james
Mapcache as FastCGI independent module... Paul On Mon, Mar 11, 2013 at 3:05 PM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: On 2013-03-11 2:42 PM, Paul james wrote: Thanks Jeff... I updated my mapache (master) and now I only got 1 unresolved symbol : */Creating library cgi

Re: [mapserver-users] Mapcache FCGI with IIS...

2013-03-11 Thread Paul james
(x86)\Microsoft Visual Studio 11.0 \VC\BIN\cl.EXE' : return code '0x2' Stop.* ** Any help? On Tue, Mar 5, 2013 at 4:15 PM, Paul james paulj...@gmail.com wrote: Hey... Is it possible to use Mapcache cgi with IIS? If so, is there any place where I can download de mapcache fcgi binary? Thanks

Re: [mapserver-users] Mapcache FCGI with IIS...

2013-03-11 Thread Paul james
wrote: On 2013-03-11 1:15 PM, Paul james wrote: I´m trying to compile mapcache with FastCGI support, but so far no success... I got that error (VS2012 compiler) : */Creating library cgi\mapcache.lib and object cgi\mapcache.exp mapcache.obj : error LNK2019: unresolved external symbol

[mapserver-users] Mapcache FCGI with IIS...

2013-03-05 Thread Paul james
Hey... Is it possible to use Mapcache cgi with IIS? If so, is there any place where I can download de mapcache fcgi binary? Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Paul james
Hey guys... When using Bing maps as base layer, I have huge difference between my data ... Both are using WGS84 projection... The image is attached... Any idea? Thanks My WMS map: MAP ... PROJECTION +init=epsg:4326 END WEB IMAGEPATH 'D:\Temp' IMAGEURL '/tmp/'

Re: [mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Paul james
Thanks for the help... I tried use spherical marcator like that: var bing= new OpenLayers.Layer.VirtualEarth(Shaded, { type: VEMapStyle.Shaded, numZoomLevels: 10,sphericalMercator: true }); And use that projection in mapfile and openlayers: PROJECTION +init=epsg:3857

[mapserver-users] Especific Circle Symbol...

2010-06-10 Thread Paul james
Hello guys... I´m trying to draw a BLACK CIRCLE, with Red borders, and with a small white circle inside ... Any help? Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Especific Circle Symbol...

2010-06-10 Thread Paul james
Thanks all! It worked fine... Paul On Thu, Jun 10, 2010 at 11:53 AM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: Paul james wrote: Hello guys... I´m trying to draw a BLACK CIRCLE, with Red borders, and with a small white circle inside ... Hello Paul, That should be possible

Re: [mapserver-users] Map background color using OL/WMS

2010-05-26 Thread Paul james
Thanks for help... I changed the background in Openlayers CSS config: div.olMap { background-color: #e6fefe; } Paul On Tue, May 25, 2010 at 6:02 PM, Thomasch thomas...@gmx.de wrote: Am 25.05.2010 21:36, schrieb Paul james: Thanks Thomas... But how can I change the backround

Re: [mapserver-users] Map background color using OL/WMS

2010-05-25 Thread Paul james
Thanks Jeff... But do you know how change map background ? Using Mapscript IMAGECOLOR works fine... With CGI/WMS/OL i cant get that to work... Paul On Tue, May 25, 2010 at 9:23 AM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote: Paul james wrote: Hello all... I have a Mapserver WMS

Re: [mapserver-users] Map background color using OL/WMS

2010-05-25 Thread Paul james
Thanks Thomas... But how can I change the backround in Client Side? Paul Just a guess - I think you have to change the backround of your Map in the Client Side. If you don't have only one Layer, your wms Layers should be transparent. And as wms serves only Layers, there is no way to change the

[mapserver-users] Map background color using OL/WMS

2010-05-24 Thread Paul james
Hello all... I have a Mapserver WMS application (using OL) ... How can I set the map background color? I tried to use : MAP IMAGECOLOR 230 254 254 ... Without success... Tried too : METADATA wms_bgcolor 0x8B No color change... Thanks

Re: [mapserver-users] How to do that kind of querying using CGI (with Openlayers)

2010-03-31 Thread Paul james
forget if it's MINX or something slightly different. Rich On Mon, Mar 29, 2010 at 2:02 PM, Paul james paulj...@gmail.com wrote: Hello guys... The application has a Search Window, with all Roads listed... The user will choose one road, so my map should highlight that road and zoom

[mapserver-users] How to do that kind of querying using CGI (with Openlayers)

2010-03-29 Thread Paul james
Hello guys... The application has a Search Window, with all Roads listed... The user will choose one road, so my map should highlight that road and zoom in (if possible)... I already did that using C# Mapscript, but I dont know how to do that using CGI/OL... Any ideas? Thanks Paul

Re: [mapserver-users] Re: Getfeatureinfo and MSsql 2008 server

2010-03-08 Thread Paul james
) Best regards, Tamas 2010/3/3 Paul james paulj...@gmail.com Hi I´m sending a point table that I´m using to test... Layer definition : LAYER NAME Test METADATA wms_titleTest ##required wms_feature_info_mime_type text/html END

[mapserver-users] Re: Getfeatureinfo and MSsql 2008 server

2010-03-03 Thread Paul james
/3/2 Paul james paulj...@gmail.com Hi ... I have the same error here using Getfeature and Mssql2008... Works fine with Postgis connection ... My last test was using Getfeature with a Point Layer... The message returned was : Content-type: application/vnd.ogc.se_xml ?xml version='1.0

Re: [mapserver-users] Getfeatureinfo and MSsql 2008 server

2010-02-25 Thread Paul james
The Mssql2008 driver is incomplete... GetFeatureInfo, Nquery, Query doesnt work at all... http://trac.osgeo.org/mapserver/ticket/3058 Paul On Thu, Feb 25, 2010 at 7:57 AM, Afroz Kannancheri afr...@gmail.com wrote: Hi All, I have a layer drawn from the shape information stored in MSSQL 2008

[mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
Hello guys... My annotation layer : LAYER NAME Test METADATA wms_titleTest wms_feature_info_mime_type text/html END TYPE ANNOTATION STATUS ON INCLUDE Connection.map DATA ... LABELITEM 'road' CLASS

Re: [mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
Yes... Is there any way to fix that ? Because openlayers without tiles is pretty useless for me... Thanks On Mon, Feb 22, 2010 at 3:08 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: Paul are you doing tiles? -Steve W Paul james wrote: Hello guys... My annotation layer : LAYER

Re: [mapserver-users] Symbol problem (trunked) using tiled OpenLayers...

2010-02-22 Thread Paul james
That worked... Thanks all! Paul On Mon, Feb 22, 2010 at 4:37 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: Paul james wrote: Yes... Is there any way to fix that ? Because openlayers without tiles is pretty useless for me... Maybe, try adding this to you mapfile: WEB

Re: [mapserver-users] Layer (line) with LABELITEM...

2010-02-03 Thread Paul james
in 5.4 but for now you're stuck with 2. Steve Paul james paulj...@gmail.com 10/17/08 12:44 PM Hello guys... I have 2 layers, LINE and ANNOTATION... Like that : LAYER NAME TestLINE TYPE LINE ... CLASS STYLE SYMBOL 'circle

Re: [mapserver-users] Re: WMSGetFeatureInfo problem (No results, using OL)

2010-01-27 Thread Paul james
Hi ! I dont think that it is the problem, because WMSGetFeatureInfo is generating the correct url (I think)... Anyway I tested querying only 1 single layer and got the same result... Dammit :( Thanks anyway Stella On Wed, Jan 27, 2010 at 12:24 PM, Eichner, Andreas - SID-NLKM

Re: [mapserver-users] Help with NQuery error (CGI)

2009-12-15 Thread Paul james
, have you tried 5.6 at all with SQLServer? Steve On 10/30/2009 at 12:22 PM, in message 33fad6880910301022s40c76f88ha011362964e21...@mail.gmail.com, Paul james paulj...@gmail.com wrote: I think so... Is it related with that ticket? http://trac.osgeo.org/mapserver/ticket/3058 Paul

Re: [mapserver-users] Help with NQuery error (CGI)

2009-11-03 Thread Paul james
33fad6880910301022s40c76f88ha011362964e21...@mail.gmail.com, Paul james paulj...@gmail.com wrote: I think so... Is it related with that ticket? http://trac.osgeo.org/mapserver/ticket/3058 Paul On Fri, Oct 30, 2009 at 1:53 PM, Steve Lime steve.l...@dnr.state.mn.uswrote: Odd. Unfortunately I can't

Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Paul james
with status on? I would guess so in order to see that error. What happens if you set STATUS OFF in the querymap? On 10/29/2009 at 7:57 AM, in message 33fad6880910290557m71ee3fdatd470590e3256f...@mail.gmail.com, Paul james paulj...@gmail.com wrote: Hello guys... Ím got this error when trying

Re: [mapserver-users] Help with NQuery error (CGI)

2009-10-30 Thread Paul james
to complete a query? Steve On 10/30/2009 at 6:33 AM, in message 33fad6880910300433i342c619am99935a6078966...@mail.gmail.com, Paul james paulj...@gmail.com wrote: Hey Steve... Yes I had... QUERYMAP COLOR 255 0 0 SIZE -1 -1 STATUS ON STYLE hilite END With Status OFF

[mapserver-users] Help with NQuery error (CGI)

2009-10-29 Thread Paul james
Hello guys... I´m got this error when trying to execute a Nquery :

Re: [mapserver-users] Help with NQuery error (CGI) using MSSQL2008

2009-10-29 Thread Paul james
(STATUS=default ??), either way, mapserver need to know somehow what to apply the query to, I think. Also, how do you want mapserver to output the results of the NQUERY? by templated output or . . . you can use NQUERYMAP I believe to get an image back of the NQUERY . . . bobb Paul james paulj

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Paul james
COLOR 255 0 0 END END END END Best regards, Tamas 2009/10/21 Paul james paulj...@gmail.com Tamas, the actual error generated is: HTTP Error 502.2 - Bad Gateway The specified CGI application misbehaved by not returning a complete

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-22 Thread Paul james
it. Regards, Dan Walton gisfiretools.com http://gisfiretools.com On Thu, Oct 22, 2009 at 9:29 AM, Paul james paulj...@gmail.com mailto:paulj...@gmail.com wrote: Hi Tamas! Thanks... Yes, thats working on Windows 2003/XP... The problem is happening only on Windows 7

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-21 Thread Paul james
Could you provide your data for testing? Best regards, Tamas 2009/10/20 Paul james paulj...@gmail.com Hello Tamas Did you test that? Paul On Mon, Oct 19, 2009 at 3:40 PM, Paul james paulj...@gmail.com wrote: Testing : http://localhost/cgi-bin-54/mapserv.exe?map=C:/Mapserver

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-19 Thread Paul james
Testing : http://localhost/cgi-bin-54/mapserv.exe?map=C:/Mapserver/Mapfile/map.mapmode=map Using Postgis connection works fine with same setup... Using that mapfile with MAPSCRIPT/C# works fine as well... The problem is CGI + MSSQL2008 Plugin Mapfile: MAP EXTENT -79.7892 -34.2426 -24.9958

Re: [mapserver-users] Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-10-16 Thread Paul james
Hello ! I got the same error again, but using now MSSQL2008 : The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are . Using MSSQL2008 plugin (CGI) ... With Postgis is working great... Tried with : - MSVC2008 (Win32) -development -

Re: [mapserver-users] Problem using getShape with MsSql2008 (Mapscript C#)

2009-08-07 Thread Paul james
whether the returned geometry is correct by dumping the point coordinates of each lines in mapscript? Best regards, Tamas 2009/8/6 Paul james paulj...@gmail.com Just an update... The shape values are all there... The only thing is wrong is the bounds (-1) ... On Wed, Aug 5, 2009 at 5:44

Re: [mapserver-users] Problem using getShape with MsSql2008 (Mapscript C#)

2009-08-06 Thread Paul james
Just an update... The shape values are all there... The only thing is wrong is the bounds (-1) ... On Wed, Aug 5, 2009 at 5:44 PM, Paul james paulj...@gmail.com wrote: I´ll check... But the same layer/id worked fine using Postgis... So I should be a bug... Paul On Wed, Aug 5, 2009 at 5:38

[mapserver-users] [OffTopic]Convert Postgis table to MSSQL 2008 ...

2009-07-22 Thread Paul james
Hello guys... How can I convert a Postgis table to MS SQL 2008? Paul ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Zoom to given coordinate(lat/lon) using Mapscript...

2009-07-15 Thread Paul james
Thanks Tamas! On Tue, Jul 14, 2009 at 5:30 PM, Tamas Szekeres szeker...@gmail.com wrote: Paul, Assuming the desired coordinates are in the same spatial reference system as the layer you could use mapObj.setCenter and mapObj.scaleExtent. Best regards, Tamas 2009/7/14 Paul james paulj

[mapserver-users] Zoom to given coordinate(lat/lon) using Mapscript...

2009-07-14 Thread Paul james
How can I do that? Paul ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Querying map using CGI ...

2009-06-24 Thread Paul james
/2009 at 9:42 AM, in message 33fad6880906230742o2036ea6ctae3a3cc003145...@mail.gmail.com, Paul james paulj...@gmail.com wrote: Thanks Steve! Great explanation! But, in mapscript I got the querýs result getting resultCacheMemberObj and layer.getFeature... How can I do something like

Re: [mapserver-users] Querying map using CGI ...

2009-06-23 Thread Paul james
the effect of running the query methods on a layerObj while without it you're running on the whole mapObj. Does this help? Steve On 6/22/2009 at 4:02 PM, in message 33fad6880906221402qde8375bj252c48b367d7e...@mail.gmail.com, Paul james paulj...@gmail.com wrote: Hello guys, I pretty lost

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Paul james
doesn't come up with the FCGI mode. I've now reverted to use geos-3-0 in the packages at http://vbkto.dyndns.org:1280/sdk/Default.aspx Feel free to test with the recent versions and let me know about the details. Best regards, Tamas 2009/6/10 Paul james paulj...@gmail.com I tested

[mapserver-users] Querying map using CGI ...

2009-06-22 Thread Paul james
Hello guys, I pretty lost with CGI... Using mapscript, I can get query results with functions queryByPoint and queryByRect... How can I do that in CGI mode? Thanks Paul ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] LABEL problem using CGI...

2009-06-17 Thread Paul james
Thanks! Paul On Wed, Jun 17, 2009 at 10:01 AM, David Nugent dav...@datalinktech.com.auwrote: On Wed, 17 Jun 2009 22:31:50 +1000, Paul james paulj...@gmail.com wrote: You are right... It is Tiled (using OL)... In that case, How can I fix that effect? This should be in an FAQ :-) It has

[mapserver-users] LABEL problem using CGI...

2009-06-16 Thread Paul james
Hello guys... My layer: LAYER NAME SouthAmerica GROUP limit TYPE POLYGON STATUS default CONNECTIONTYPE POSTGIS CONNECTION x DATA x LABELITEM name CLASS COLOR 242 239 213 STYLE

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
. Some files may not be accessible by the current user executing mapserv.exe which may be IUSR_[computername] for the normal CGI and NT AUTHORITY/NETWORK SERVICE for the fast cgi option by default. Best regards, Tamas 2009/6/9 Paul james paulj...@gmail.com Just one update in my tests

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-10 Thread Paul james
/6/10 Brian Fischer bfisc...@houstoneng.com I would agree with Paul. I am running 5.2 and previous version just fine as well. *Brian Fischer,* CFM GIS Project Manager *Houston Engineering, Inc.* Phone: W: 763.493.4522 / M: 763.229.2734 *From:* Paul james [mailto:paulj...@gmail.com

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-09 Thread Paul james
Just one update in my tests... Using FASTCGI It worked FINE (mapserver 5.4)... I added a bug ticket : http://trac.osgeo.org/mapserver/ticket/3049 Paul On Tue, Jun 2, 2009 at 10:12 AM, Paul james paulj...@gmail.com wrote: Probably is a mapserver CGI bug... Paul On Sat, May 30, 2009 at 11

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-02 Thread Paul james
. *From:* mapserver-users-boun...@lists.osgeo.org [mailto: mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james *Sent:* Friday, May 29, 2009 1:08 PM *To:* Steve Lime *Cc:* mapserver-users@lists.osgeo.org; Daniel Morissette *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 - 5.4

[mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
. It only happens with Mapserver 5.4 ... With 5.2 version, thats 100% working... Paul On Thu, May 28, 2009 at 5:43 PM, Paul james paulj...@gmail.com wrote: I got that error when try to enter : http://localhost/cgi-bin/mapserv.exe?map=C:/map.map CGI ErrorThe specified CGI application misbehaved

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
fine with 5.2 binary in iis 5.1 and 6.0 Just replacing with 5.4 binary I got that 502 error... Paul On Fri, May 29, 2009 at 12:20 PM, Daniel Morissette dmorisse...@mapgears.com wrote: Paul james wrote: Just some more information about the problem... The error was generated by IIS (5.1 and 6.0

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
: Paul james wrote: Hi Daniel... I got the binaries from Tamas build : http://vbkto.dyndns.org:1280/sdk/Default.aspx And from MS4W 3.0 beta2... Same result with both... That error you got is my fault... I took off the : IMAGE ..\Map.png from REFERENCE definition when copy the code to email

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
, Tamas 2009/5/29 Paul james paulj...@gmail.com Yes Daniel... I deleted all previous files and put only 5.4 files... My mapscript application is working fine on 5.4... But the CGI dont... Tested on Windows XP (IIS 5.1) and Windows 2003(IIS 6.0)... Paul On Fri, May 29, 2009 at 12:56 PM

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
...@dnr.state.mn.uswrote: What's the full URL submitted against the CGI? On 5/29/2009 at 12:59 PM, in message 33fad6880905291059i5602a89q84d7673ddcfff...@mail.gmail.com, Paul james paulj...@gmail.com wrote: 1 - I tried with 1500,1400,1310,development version(1500) and ms4w beta... 2 - Ím using normal CGI

[mapserver-users] Mapserver layer + Openlayers = Random pink tiles...

2009-05-28 Thread Paul james
Hello guys... I know It is a Openlayer question, but maybe someone here can help-me... I did a simple sample to show my problem... My layer sometimes is 100% showed, but when I zoom, several pink layers appears... Its absolute RANDOM... -- If I click right on the image, and get the image URL

Re: [mapserver-users] Mapserver layer + Openlayers = Random pink tiles...

2009-05-28 Thread Paul james
to fix that? Thanks On Thu, May 28, 2009 at 12:12 PM, Daniel Morissette dmorisse...@mapgears.com wrote: Paul james wrote: -- If I click right on the image, and get the image URL and PASTE on browser, I CAN SEE THE IMAGE... So It was created fine... Help? I´m getting crazy ... ps.: Using

Re: [mapserver-users] Mapserver layer + Openlayers = Random pink tiles...

2009-05-28 Thread Paul james
You are right :P To increase number connections on XP : http://www.dslreports.com/faq/10253 Thanks Daniel! On Thu, May 28, 2009 at 2:29 PM, Daniel Morissette dmorisse...@mapgears.com wrote: Paul james wrote: Hi Daniel! I ckecked the IIS Log... And I´m getting 403 to the pink tiles : 16

[mapserver-users] Upgrading 5.2 - 5.4 generating CGI error...

2009-05-28 Thread Paul james
I got that error when try to enter : http://localhost/cgi-bin/mapserv.exe?map=C:/map.map CGI ErrorThe specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: My Map: MAP EXTENT -79.7892 -34.2426 -24.9958 6.11775 FONTSET

Re: [mapserver-users] Get the nearest layer with mapscript...

2009-05-20 Thread Paul james
you let them pick which layer is selectable? Is it random? Tells us more about the client-side app. David. -Original Message- *From:* mapserver-users-boun...@lists.osgeo.org [mailto: mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james *Sent:* Wednesday, May 20

Re: [mapserver-users] Get the nearest layer with mapscript...

2009-05-20 Thread Paul james
loop through your layer stack backwards (e.g. starting at the top) and stop when you find one with results. Steve Paul james paulj...@gmail.com 05/20/09 7:56 AM Thanks Pano... But It́s not that simple... What I need is figure out what LAYER was clicked... Paul On Wed, May 20, 2009

Re: [mapserver-users] Get the nearest layer with mapscript...

2009-05-20 Thread Paul james
Thanks Steve... That worked ! On Wed, May 20, 2009 at 1:34 PM, Steve Lime steve.l...@dnr.state.mn.uswrote: You just need another loop... for( ...each layer...) { layer = ... mapObj get layer ... ... now your getNumResults() loop ... } Steve Paul james paulj...@gmail.com 05/20/09 9

[mapserver-users] Get the nearest layer with mapscript...

2009-05-19 Thread Paul james
Hello guys... I have several layers (lines, points, poly) ... I´m developing a measure tool... User can click on map and I have to select that layer to calculate de Area with postgis... I´m trying to do that WITHOUT using LAYER ACTIVE SYSTEM... Is That possible using mapscript? How Can I find the

[mapserver-users] KML for mapscript Map...

2009-04-08 Thread Paul james
Hello... Is it possible to get KML from Mapscript(c#) map? How? Thanks! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] KML for mapscript Map...

2009-04-08 Thread Paul james
Thanks again Tamas ! Could you send me the link ? []´s On Wed, Apr 8, 2009 at 6:03 PM, Tamas Szekeres szeker...@gmail.com wrote: Rendering as KML is not yet supported by MapServer, but these's an outstanding Google SoC project addressing this issue. Best regards, Tamas 2009/4/8 Paul

Re: [mapserver-users] getExtent(c#) with Postgis data ...

2009-04-07 Thread Paul james
from here: http://vbkto.dyndns.org:1280/sdk/index.html Best regards, Tamas 2009/4/6 Paul james paulj...@gmail.com Where can I find ogr_csharp.dll ? Thanks Tamas! Paul On Mon, Apr 6, 2009 at 6:22 PM, Tamas Szekeres szeker...@gmail.comwrote: Paul, Unfortunately this function

Re: [mapserver-users] getExtent(c#) with Postgis data ...

2009-04-07 Thread Paul james
://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps/ogrinfo.cs Best regards, Tamas 2009/4/7 Paul james paulj...@gmail.com Thanks Tamas... But now I´m a little lost... Am I supposed to create a OGR layer? Do you have any sample how to get extent´s layer using OGR? P On Mon, Apr 6

Re: [mapserver-users] setFilter problem (c#)

2009-04-06 Thread Paul james
sure there are matching features within the extent you have? Best regards, Tamas 2009/4/3 Paul james paulj...@gmail.com Hello guys... I got a problem... My code : var _filter = ('[gid]'='10'); var _layer = _map.MapObj.getLayerByName(X); var _lC = _layer.clone

Re: [mapserver-users] setFilter problem (c#)

2009-04-06 Thread Paul james
at the server and see what gets executed when the layer is drawn. Best regards, Tamas 2009/4/6 Paul james paulj...@gmail.com Hi Tamas! It´s a Postgis layer...And the extent is fine... Any ideia? Thanks On Sat, Apr 4, 2009 at 3:52 PM, Tamas Szekeres szeker...@gmail.comwrote: Paul

[mapserver-users] getExtent(c#) with Postgis data ...

2009-04-06 Thread Paul james
Hello, It seems that getExtent (c#) is not implemented... Any other solution to get extent of a layer using mapscript? Paul ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] getExtent(c#) with Postgis data ...

2009-04-06 Thread Paul james
)* Best regards, Tamas 2009/4/6 Paul james paulj...@gmail.com Hello, It seems that getExtent (c#) is not implemented... Any other solution to get extent of a layer using mapscript? Paul ___ mapserver-users mailing list mapserver-users

Re: [mapserver-users] getExtent(c#) with Postgis data ...

2009-04-06 Thread Paul james
. Best regards, Tamas 2009/4/6 Paul james paulj...@gmail.com All value from getExtent (Postgis layer) is : 3.4028234663852886E+38 Is it a bug? On Mon, Apr 6, 2009 at 5:56 PM, Tamas Szekeres szeker...@gmail.comwrote: Why don't? That function have already been exposed for *layerObj

[mapserver-users] setFilter problem (c#)

2009-04-03 Thread Paul james
Hello guys... I got a problem... My code : var _filter = ('[gid]'='10'); var _layer = _map.MapObj.getLayerByName(X); var _lC = _layer.clone(); _lC.setFilter(_filter); _lC.name = Dummy; _lC.status = 1; _lC.getClass(0).getStyle(0).color.setRGB(0, 250, 250);

[mapserver-users] Re: setFilter problem (c#)

2009-04-03 Thread Paul james
I forgot, my mapserver version 5.2.0 Thanks On Fri, Apr 3, 2009 at 3:21 PM, Paul james paulj...@gmail.com wrote: Hello guys... I got a problem... My code : var _filter = ('[gid]'='10'); var _layer = _map.MapObj.getLayerByName(X); var _lC = _layer.clone(); _lC.setFilter(_filter

[mapserver-users] WMS Google Layer !

2009-03-09 Thread Paul james
Hello guys... I´m trying to add a Google Maps WMS layer on mapserver... Without sucess ... If someone could help me on that, It will be great ! Thanks... ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] Mapserver.org sample ...

2009-01-13 Thread Paul james
...@metacarta.com wrote: On Tue, Jan 13, 2009 at 12:57:24PM -0300, Paul james wrote: Thanks Tamas... Is It possible to use OpenLayers with mapscript? In what way? OpenLayers would typically take over many of the roles that a custom application would -- building your application in Javascript instead

[mapserver-users] Mapscript + google maps layer?

2008-11-03 Thread Paul james
Hello guys! Is it possible to add a google layer in my Mapserver/Mapscript app? How? Thanks! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Symbol rendering performance (image x vector x font)

2008-10-21 Thread Paul james
Hello guys! I´d like to know if exist significant performance differences between these tree kinds of symbol : image(pixmap), vector and font(TRUETYPE)... Which one is the best choose (performance) []´s ___ mapserver-users mailing list

Re: [mapserver-users] AGG output with mapscript C# 5.2 problem...

2008-10-17 Thread Paul james
' PATTERN 13 13 END TYPE SIMPLE END On Thu, Oct 16, 2008 at 6:09 PM, Tamas Szekeres [EMAIL PROTECTED] wrote: Paul, Could you provide further information (sampe app, data, mapfile) to reproduce the problem? Best regards, Tamas 2008/10/16 Paul james [EMAIL PROTECTED]: Hello guys... I´m

[mapserver-users] geomfromtext (POSTGIS) in C# or other language...

2008-09-18 Thread Paul james
Hello Guys... I´d like to add a point in a Postgis layer... I´m able to do this using geomfromtext function (postgis)... I´d like to do that in C# ... Is that possible? Thankz ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] geomfromtext (POSTGIS) in C# or other language...

2008-09-18 Thread Paul james
and the Geometry.CreateFromWkt function for this purpose. For more information see the createdata.cs example in the gdal source tree. Best regards, Tamas 2008/9/18 Paul james [EMAIL PROTECTED]: Hello Guys... I´d like to add a point in a Postgis layer... I´m able to do this using geomfromtext function

[mapserver-users] Problem with Label ...

2008-05-29 Thread Paul james
Hi Guys... Take a look in the attached image ... Why is mapserver putting white space after text? In the database is everthing ok, with no space at all... ps.: I added BACKGROUNDCOLOR to label to show up the problem... Using latest ms4w compiled version for C# + oracle... My Mapfile: LAYER #6

[mapserver-users] Retrieve column names from getFeature ...

2008-05-29 Thread Paul james
Hello all... I have this code in mapscript (c#): ... resultCacheMemberObj _result = _layer.getResult(i); _layer.open(); shapeObj _obj = _layer.getFeature(_result.shapeindex, _result.tileindex); _layer.close(); ... So, in my _obj.values I have a array with db data... Is it posible to get the

Re: [mapserver-users] Problem with Label ...

2008-05-29 Thread Paul james
the oracle bugs and did not see it. maybe the problem I had was not oracle specific and was fixed, but might have been missed in the oracle branch of the code. I would write a bug up on it. -Steve Paul james wrote: Hello... Thank you for reply... I´m using version 5.0.2, compiled for C

Re: [mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-20 Thread Paul james
UNIQUE idX USING SRID=4291 CLASS TEMPLATE dummy NAME x COLOR 255 255 185 OUTLINECOLOR 110 110 110 END END END On 5/19/08, Tamas Szekeres [EMAIL PROTECTED] wrote: Hi, Which driver are you using, how the mapfile looks like? Tamas 2008/5/19 Paul james [EMAIL PROTECTED]: Hello

[mapserver-users] C# functon resultCacheMemberObj shapeindex ... Posible bug?

2008-05-19 Thread Paul james
Hello guys... I have a table with a character(11) PK... When I trie to get the shapes with queryByRect, all results are with shapeindex equal 0 (zero) ... If I tried that with a table with a integer PK, everthing works perfect.. My code: layerObj _layer = mapObj.getLayerByName(__layer); if