Re: [mapserver-users] [EXTERNAL] Re: Mapserver 7+oracle - wfs getFeature with filter on numeric field

2015-05-14 Thread Steve . Toutant
Thanks Mike for having a look at it. Your decimals are separated by a comma or a dot? "Smith, Michael ERDC-RDE-CRREL-NH" 2015-05-13 18:53 A "steve.tout...@inspq.qc.ca" , thomas bonfort cc MapserverList OSGEO Objet Re: [EXTERNAL] Re: [mapserver-users] Mapserver 7+oracle - wfs getFeature

Re: [mapserver-users] [EXTERNAL] Re: Mapserver 7+oracle - wfs getFeature with filter on numeric field

2015-05-14 Thread Smith, Michael ERDC-RDE-CRREL-NH
Its not clear to me that commas as the decimal separator is supported in XML/GML. I can't find any documentation to indicate that it is. Can you point some out to me? In any event, I didn't test with comma decimal separators. Mike Michael Smith US Army Corps Remote Sensing GIS/Center mic

[mapserver-users] with of line

2015-05-14 Thread Vladimir
Hi All! I am trying to get a thick line on my map, for example: $style->set('width',50) or $style->set('width',70); but it seems always = 32. PHP MapScript 6.4.1 "UNITS METERS" in maplile. Is it possible to set width of line more? Thanx ___ mapserver-u

Re: [mapserver-users] [EXTERNAL] Re: Mapserver 7+oracle - wfs getFeature with filter on numeric field

2015-05-14 Thread Steve . Toutant
Is there a documentation that says that it is not? Folks from gdal list also think that it is not supported...I guess you are right. But as I said on the gdal list, many countries are using a comma as a decimal separatorwhat other people on the planet do? Anyway the comma is another problem t

Re: [mapserver-users] [EXTERNAL] Re: Mapserver 7+oracle - wfs getFeature with filter on numeric field

2015-05-14 Thread Smith, Michael ERDC-RDE-CRREL-NH
The matchCase triggers a string comparison. matchCase doesn't seem to make sense for a number. That being said, I can look into the specific case of matchCase and a numeric comparison and make sire that it isn't used. Mike Michael Smith US Army Corps Remote Sensing GIS/Center michael.sm...

Re: [mapserver-users] [EXTERNAL] Re: Mapserver 7+oracle - wfs getFeature with filter on numeric field

2015-05-14 Thread Steve . Toutant
And setting it to true doesn't make more sense. I guess it is already not used when the source is postgis Thank you very much for your help in this Steve "Smith, Michael ERDC-RDE-CRREL-NH" 2015-05-14 09:43 A "steve.tout...@inspq.qc.ca" cc MapserverList OSGEO , thomas bonfort Objet Re: [

[mapserver-users] loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1)

2015-05-14 Thread hosain mohammadi
loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1) may code is : what is error loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1) ___ ma

Re: [mapserver-users] loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1)

2015-05-14 Thread Jeff McKenna
On 2015-05-14 12:12 PM, hosain mohammadi wrote: loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1) may code is : what is error loadWeb(): Unknown identifier. Parsing error near (ms4w/tmp):(line 1)

Re: [mapserver-users] [SOLVED] width of line

2015-05-14 Thread Vladimir
I've found how to solve this. $style->set('maxwidth',100); - overrides default value 32 $style->set('width',100); - sets necessary value http://osgeo-org.1560.x6.nabble.com/Maximum-width-of-line-setting-is-ignored-td4232197.html Thanx to ThomasĀ  >Hi All! >I am trying to get a thick line on my m