Re: [mapserver-users] PHP $imgObj-saveImage(null) sends headers - Found word(s) list error in the Text body [Keyword]

2010-04-06 Thread Miloslav Kmeť
Don't know, whether to call this bug or behavior, but I can confirm this also 
on 
PHP 5.2.6-1+lenny8 with Suhosin-Patch 0.9.6.2 (cli) (built: Mar 14 2010 
08:14:04)  with the latest mapscript from SVN and also with the last 5.6.3 
release.

I have no idea, wheter that php_header call was in 5.6.0, or why you didn't 
get that error.

Thanks

On pondelok 05 Apríl 2010 22:05:23 Pavel Iacovlev wrote:
 I get no errors with your code, and yes I have header() before output,
 I use it with Zend Framework so it does the same thing with headers as
 symphony does.
 
 PHP 5.2.4-2ubuntu5.10 with Suhosin-Patch 0.9.6.2 (cli) (built: Jan  6
 2010 22:01:14)
 MapScript: 5.6.0 (will compile latest and test against it)
 
 Error reporting:
 error_reporting(E_ALL | E_STRICT);
 ini_set('display_startup_errors', 1);
 ini_set('display_errors', 1);
 
 2010/4/5 Miloslav Kmeť miloslav.k...@gmail.com:
  Hi I am sure, that I get an error with the latest code in this branch:
  https://svn.osgeo.org/mapserver/branches/branch-5-6/mapserver
  
  My PHP version is 5.3.2.
  
  Try this simple frameworkless php code:
  
  ?php
  error_reporting(E_ALL);
  ini_set('display_errors', 'on');
  $map = ms_newMapObj('./test.map'); // select your usual mapfile
  $img = $map-draw();
  
  ob_start();
  $img-saveImage(null);
  $data = ob_get_clean();
  
  header('Content-type: image/jpeg');
  echo $data;
  ?
  
  The error is:
  Warning: Cannot modify header information - headers already sent in
  /www/test/buffer/mapserver/ob-reproduce.php on line 11
  
  I do not have a problem with collecting the data or using them. The
  problem is to send headers after $img-saveImage(null) call.
  
  Because of the symfony's framework behaviour - controller creates the
  data and the response later send them with additional headers I cannot
  send the headers before $img-saveImage();
  
  If you change your code and puts the header('Content-type: image/png');
  before imagepng($image); you will see that error.
  
  Thank you for giving a try.
  
  On pondelok 05 Apríl 2010 19:37:02 you wrote:
  Oh sorry, your code is correct thought you used ob_end_clean and you
  are using ob_get_clean. But the snippet works for me with out any
  phpmapscript modification.
  
  2010/4/5 Pavel Iacovlev iacovlev.pa...@gmail.com:
   1) Your php code is not correct I think, ob_get_clean  just cleans the
   output and does not return the captured content.
   2) Try with no framework, maybe it sends some headers before you run
   your code.
   
   This works for me in Zend Framework in MVC mode, should work for
   symfony too. ob_start();
   $image-saveimage('');
   $image = imagecreatefromstring(ob_get_contents());
   ob_end_clean();
   imagepng($image);
   
   2010/4/5 Miloslav Kmeť miloslav.k...@gmail.com:
   Hi. I am trying to use php_mapscript in MVC framework (symfony) and I
   want to catch the output of $imgObje-saveImage(null); for the later
   processing, eg: using the builtin cache mechanism instead of directly
   writing the file to the cache.
   
   My code very simplified looks like:
   
   ob_start();// start output buffering
   $imgObj-saveImage(null);  // print output to std
   $image = ob_get_clean();   // get the buffer and clen it
   
   header('Content-type: image/jpeg'); // setting the header
   echo $image; // printing the image
   
   At the header line I got an header already sended error, even no
   output will be brinted before.
   
   I looked into php_mapscript.c and I found that in the saveImage
   function there is php_header(TSRMLS_C); As I do not know the PHP
   internals, i do not know what that call is doing, but when I removed
   it out, and recompiled the extension,
   
   Now output buffering is working correctly.
   
   What is the function doing? Should it be replaced in the main
   development?
   
   Thanks
   --
   Miloslav Kmeť
   
   ___
   mapserver-users mailing list
   mapserver-users@lists.osgeo.org
   http://lists.osgeo.org/mailman/listinfo/mapserver-users
   
   --
   http://iap.md, The future is open
  
  --
  Miloslav Kmeť
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapserver-users

-- 
Miloslav Kmeť
Banská Bystrica
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI

Dear All,

I've two layers (elteresek and elteresek2), and I'd like to get features 
from both of them using WFS GetFeature request.
If I apply one typename at a time, it works correct, but if I include 
two typenames in the request only the first is processed and included in 
the response.

This works correct (note TYPENAME=elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter 
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 
xmlns:gml=http://www.opengis.net/gml; 
srsName=EPSG:23700gml:lowerCorner649971.6696 
236508.4728/gml:lowerCornergml:upperCorner651559.1688 
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter


This works correct (note TYPENAME=elteresek2) as well:
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter 
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 
xmlns:gml=http://www.opengis.net/gml; 
srsName=EPSG:23700gml:lowerCorner649971.6696 
236508.4728/gml:lowerCornergml:upperCorner651559.1688 
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter


But the reply for this link includes only the first typename (in this 
case elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter 
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 
xmlns:gml=http://www.opengis.net/gml; 
srsName=EPSG:23700gml:lowerCorner649971.6696 
236508.4728/gml:lowerCornergml:upperCorner651559.1688 
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter


What am I doing wrong?

Thanks,

Attila
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread bartvde
Hi,

you need to repeat your filter (comma-separated) IIRC.

Best regards,
Bart

 Dear All,

 I've two layers (elteresek and elteresek2), and I'd like to get features
 from both of them using WFS GetFeature request.
 If I apply one typename at a time, it works correct, but if I include
 two typenames in the request only the first is processed and included in
 the response.
 This works correct (note TYPENAME=elteresek):
 http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter
 xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
 xmlns:gml=http://www.opengis.net/gml;
 srsName=EPSG:23700gml:lowerCorner649971.6696
 236508.4728/gml:lowerCornergml:upperCorner651559.1688
 237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

 This works correct (note TYPENAME=elteresek2) as well:
 http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter
 xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
 xmlns:gml=http://www.opengis.net/gml;
 srsName=EPSG:23700gml:lowerCorner649971.6696
 236508.4728/gml:lowerCornergml:upperCorner651559.1688
 237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

 But the reply for this link includes only the first typename (in this
 case elteresek):
 http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter
 xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
 xmlns:gml=http://www.opengis.net/gml;
 srsName=EPSG:23700gml:lowerCorner649971.6696
 236508.4728/gml:lowerCornergml:upperCorner651559.1688
 237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

 What am I doing wrong?

 Thanks,

 Attila
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI

Hello,

Ok, but how? :)
BTW I'm using OpenLayers, so the requested URL is automatically generated.

Regards,
Attila

2010.04.06. 14:08 keltezéssel, bart...@osgis.nl írta:

Hi,

you need to repeat your filter (comma-separated) IIRC.

Best regards,
Bart

   

Dear All,

I've two layers (elteresek and elteresek2), and I'd like to get features
from both of them using WFS GetFeature request.
If I apply one typename at a time, it works correct, but if I include
two typenames in the request only the first is processed and included in
the response.
This works correct (note TYPENAME=elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

This works correct (note TYPENAME=elteresek2) as well:
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

But the reply for this link includes only the first typename (in this
case elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

What am I doing wrong?

Thanks,

Attila
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

 



   
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Yewondwossen Assefa

bart...@osgis.nl wrote:

Hi,

you need to repeat your filter (comma-separated) IIRC.

  
I believe it should be brackets instead of comma: something like 
...FILTER=(Filter.../Filter)(Filter.../Filter)

Best regards,
Bart

  

Dear All,

I've two layers (elteresek and elteresek2), and I'd like to get features
from both of them using WFS GetFeature request.
If I apply one typename at a time, it works correct, but if I include
two typenames in the request only the first is processed and included in
the response.
This works correct (note TYPENAME=elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

This works correct (note TYPENAME=elteresek2) as well:
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

But the reply for this link includes only the first typename (in this
case elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter
xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope
xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

What am I doing wrong?

Thanks,

Attila
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users





___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

  



--

Assefa Yewondwossen   
Software Analyst   

Email: yass...@dmsolutions.ca
http://www.dmsolutions.ca/


Phone: (613) 565-5056 (ext 14)
Fax:   (613) 565-0925



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Query functions with Oracle Spatial

2010-04-06 Thread Daiane Azevedo de Fraga
Mike,

I'm using version 5.0.2. This version is the one that works in the
application I'm using (incompatibilities...). But if this is the problem, so
I at least know what direction to take.
This explains why the tables that do not contain the field SE_ANNO_CAD_DATA
have no trouble.

Thank you for your help!

Note: Sorry for my errors in the English ... I am new in this language...

--
Daiane
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI
Thank you guys, I've tried with comma and brackets as well, no success 
so far :(


2010.04.06. 14:46 keltezéssel, Yewondwossen Assefa írta:

bart...@osgis.nl wrote:

Hi,

you need to repeat your filter (comma-separated) IIRC.

I believe it should be brackets instead of comma: something like 
...FILTER=(Filter.../Filter)(Filter.../Filter)

Best regards,
Bart


Dear All,

I've two layers (elteresek and elteresek2), and I'd like to get 
features

from both of them using WFS GetFeature request.
If I apply one typename at a time, it works correct, but if I include
two typenames in the request only the first is processed and 
included in

the response.
This works correct (note TYPENAME=elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

This works correct (note TYPENAME=elteresek2) as well:
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

But the reply for this link includes only the first typename (in this
case elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

What am I doing wrong?

Thanks,

Attila
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users





___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread Ibrahim Saricicek

Hi all;

Is this a BUG?
Anyone faced with this situation?
Small fonts shouldn't result with adjacent letters, I think.

???
 


-- 
View this message in context: 
http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4858959.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread thomas bonfort
try switching to the AGG outputformat in mapserver, it shouldn't
suffer from these kind of bugs.

--
thomas

On Tue, Apr 6, 2010 at 15:25, Ibrahim Saricicek
ibrahimsarici...@gmail.com wrote:

 Hi all;

 Is this a BUG?
 Anyone faced with this situation?
 Small fonts shouldn't result with adjacent letters, I think.

 ???



 --
 View this message in context: 
 http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4858959.html
 Sent from the Mapserver - User mailing list archive at Nabble.com.
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Yewondwossen Assefa
The following URL on your server gives the output for the 2 typenames I 
believe:


http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=%28%3Cogc:Filter%20xmlns:ogc=%22http://www.opengis.net/ogc%22%3E%3Cogc:BBOX%3E%3Cogc:PropertyName%3EmsGeometry%3C/ogc:PropertyName%3E%3Cgml:Envelope%20xmlns:gml=%22http://www.opengis.net/gml%22%20srsName=%22EPSG:23700%22%3E%3Cgml:lowerCorner%3E649971.6696%20236508.4728%3C/gml:lowerCorner%3E%3Cgml:upperCorner%3E651559.1688%20237919.5832%3C/gml:upperCorner%3E%3C/gml:Envelope%3E%3C/ogc:BBOX%3E%3C/ogc:Filter%3E%29%28%3Cogc:Filter%20xmlns:ogc=%22http://www.opengis.net/ogc%22%3E%3Cogc:BBOX%3E%3Cogc:PropertyName%3EmsGeometry%3C/ogc:PropertyName%3E%3Cgml:Envelope%20xmlns:gml=%22http://www.opengis.net/gml%22%20srsName=%22EPSG:23700%22%3E%3Cgml:lowerCorner%3E649971.6696%20236508.4728%3C/gml:lowerCorner%3E%3Cgml:upperCorner%3E651559.1688%20237919.5832%3C/gml:upperCorner%3E%3C/gml:Envelope%3E%3C/ogc:BBOX%3E%3C/ogc:Filter%3E%29

Attila BERÉNYI wrote:
Thank you guys, I've tried with comma and brackets as well, no success 
so far :(


2010.04.06. 14:46 keltezéssel, Yewondwossen Assefa írta:

bart...@osgis.nl wrote:

Hi,

you need to repeat your filter (comma-separated) IIRC.

I believe it should be brackets instead of comma: something like 
...FILTER=(Filter.../Filter)(Filter.../Filter)

Best regards,
Bart


Dear All,

I've two layers (elteresek and elteresek2), and I'd like to get 
features

from both of them using WFS GetFeature request.
If I apply one typename at a time, it works correct, but if I include
two typenames in the request only the first is processed and 
included in

the response.
This works correct (note TYPENAME=elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresekFilter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

This works correct (note TYPENAME=elteresek2) as well:
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek2Filter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

But the reply for this link includes only the first typename (in this
case elteresek):
http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFSVERSION=1.1.0REQUEST=GetFeatureTYPENAME=elteresek,elteresek2Filter=ogc:Filter 

xmlns:ogc=http://www.opengis.net/ogc;ogc:BBOXogc:PropertyNamemsGeometry/ogc:PropertyNamegml:Envelope 


xmlns:gml=http://www.opengis.net/gml;
srsName=EPSG:23700gml:lowerCorner649971.6696
236508.4728/gml:lowerCornergml:upperCorner651559.1688
237919.5832/gml:upperCorner/gml:Envelope/ogc:BBOX/ogc:Filter

What am I doing wrong?

Thanks,

Attila
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users









--

Assefa Yewondwossen   
Software Analyst   

Email: yass...@dmsolutions.ca
http://www.dmsolutions.ca/


Phone: (613) 565-5056 (ext 14)
Fax:   (613) 565-0925




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread Ibrahim Saricicek

Hi all,

Different output methods and formats give the same result including AGG
rendering.
The problem occurs while rendering the labels. Whatever the output is,
letters are drawn adjacent.

Thanks..
-- 
View this message in context: 
http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4859063.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread thomas bonfort
please post an image with the AGG renderer

On Tue, Apr 6, 2010 at 15:49, Ibrahim Saricicek
ibrahimsarici...@gmail.com wrote:

 Hi all,

 Different output methods and formats give the same result including AGG
 rendering.
 The problem occurs while rendering the labels. Whatever the output is,
 letters are drawn adjacent.

 Thanks..
 --
 View this message in context: 
 http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4859063.html
 Sent from the Mapserver - User mailing list archive at Nabble.com.
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread Ibrahim Saricicek

Hi all,

Sorry for instant test and answer,

I've used,

OUTPUTFORMAT
NAME 'AGGA'
DRIVER AGG/PNG
IMAGEMODE RGBA
END

But couln't get suitable images then used,

OUTPUTFORMAT
NAME 'AGGA'
DRIVER AGG/PNG
MIMETYPE image/PNG
IMAGEMODE RGBA
EXTENSION PNG
TRANSPARENT ON
FORMATOPTION INTERLACE=OFF
END

Now looks like this.. Thank you so much..

http://n2.nabble.com/file/n4859355/adj.jpg 
-- 
View this message in context: 
http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4859355.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Adjacent letter problem [Bayesian]

2010-04-06 Thread Ibrahim Saricicek

Hi all,

One more question.

All my visual layer definitions changed this time. 
Left one is newer (agg rendering). 
Labels are ok, but I want to show my roads like older one.

http://n2.nabble.com/file/n4859599/diff.jpg 
-- 
View this message in context: 
http://n2.nabble.com/Adjacent-letter-problem-tp4830536p4859599.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] REMINDER: Letter of Intent for FOSS4G 2011 due

2010-04-06 Thread Jeff McKenna

A reminder that if you are thinking of hosting the FOSS4G 2011 event, a
letter of intent is due this week: see the exact time links at
http://www.osgeo.org/conference/rfp

-jeff
OSGeo Conferences Committee



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Great Circle Rendering

2010-04-06 Thread chris
Hello list,

As a complete newcomer to WMS I’m looking to make a decision as to which
WMS is best suited for my requirements.

With this in mind I have a question on MapServer in relation to one of my
requirements.

How easy is it use mapserver for the following:

I would like to use MapServer to “serve” a simple map depicting parts of
the world and capital cities. The region to be covered would be defined as
would the required projection. On to this “background”  I would like to be
able to draw a great circle between two of the cities ‘on the fly’ and
have all visible entities (coastline, cities and Great Circle) correctly
rendered for the specified projection.

Assuming that country and city information was available in a useable
format e.g. ShapeFile  and the http request indicated the bounding region
and the two cities that need to be linked by a great circle how easy would
this be to do in MapServer?

The part that I am completely ignorant in is the rendering of the great
circle between the two sets of lat/long keeping in mind that this part
(the required pair of cities) would potentially be different for each
request.

Any indication as to how easy this is to do or how to go about doing it
would be greatly received.

Thanks

Chris

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Same name for GROUP and layer NAME ?

2010-04-06 Thread Ivan Mincik
On Tue, Apr 6, 2010 at 1:25 PM, Cristiano Sumariva sumar...@gmail.com wrote:
 I checked a little more about WMS.
 Layer group stuff is optional.
 That is why you do not see any group info on XML.
 So no problem in using a group name with same name as layer.

 The Layer tag start the description of layers set.
 Not the layers that belong to group like I suposed.

 More details at manual:
 http://mapserver.org/ogc/wms_server.html#reference-section

 2010/4/6 Cristiano Sumariva sumar...@gmail.com

Cristiano, thanks a lot for Your time.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] [Fwd: [OSGeo-Discuss] Common map printing specifications project [Fwd: Students: Get Paid to work on this project]]

2010-04-06 Thread Stephen Woodbridge
FYI. This seems like something that we might want to get more involved 
with or at least be tracking from a development perspective.


-Steve W

 Original Message 
Subject: [OSGeo-Discuss] Common map printing specifications project 
[Fwd: Students: Get Paid to work on this project]

Date: Tue, 06 Apr 2010 09:52:56 -0700
From: Tyler Mitchell (OSGeo) tmitch...@osgeo.org
Reply-To: OSGeo Discussions disc...@lists.osgeo.org
To: OSGeo Discussions disc...@lists.osgeo.org

Hi all, just forwarding this note to this more general OSGeo channel,
since it applies to several projects and communities.

Year after year, one of the largest complaints about open source mapping
applications is the ability to output large, high quality, printable
maps.  It's often the issue that some proprietary users say prevents
them from moving to an open source platform.  Recognising that we can
always do better, the Carto project is an effort to address this in a
standard way, so that all open source applications may output
configuration files according to a specification and have a common
'engine' application produce an output file.  By using a standards-based
approach, developers can work together on improving printing output
overall instead of doing it in dozens of different ways.

That said, attached is my attempt to try to find some students to work
on the project through Google's Summer of Code :)  I'm also forwarding
it here for those others who are interested in trying to help move this
initiative along.  Either way, join our list and say hi.[1]  Except for
some interesting work with Mapnik and QGIS together (Dane Springmeyer's
 Quantumnik!) this is pretty much still theoretical.

Tyler

[1]  http://lists.osgeo.org/mailman/listinfo/carto

---BeginMessage---
Greetings everyone!

The OSGeo Carto mailing list [1] was created to discuss developing a
common approach to printable (vector-based) map output from open source
mapping applications.  With Google's Summer of Code program, we have a
great opportunity for students to be funded to work on this project!
Please forward this on to any students that you think might benefit.

http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Engine

Note there is room for a range of programming abilities, here are just a
few...

 * developing XML-based map definition and print standard specifications
 * writing a GUI-based app for doing map layout
 * converting project configuration files into a common format
 * enhancing Mapnik to handle layout and file output definitions
 * What else?  You tell us! Students are welcome to propose new ideas!

This year, we've tied this project directly to Mapnik (and indirectly to
QGIS or GRASS) just so it is clearly not a new project, but an
enhancement of an existing one.

Since it is really focused on developing and implementing standards, I'm
not opposed to using other projects in there for either the 'client' or
the engine - so if you're a student interested in MapServer or gvSIG,
for example, and would rather work on implementing it that way, then
please just propose it.  I only had to narrow our focus to keep it clear.

Time is running out for student applications, so let's get the word out!
 Even if you're not a student but are interested in helping in some way,
join the list and say hi.

[1] http://lists.osgeo.org/mailman/listinfo/carto



---End Message---
___
Discuss mailing list
disc...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] [Fwd: [OSGeo-Discuss] Common map printing specifications project [Fwd: Students: Get Paid to work on this project]]

2010-04-06 Thread George Silva
I subscribed to the list.

I'm a bit short on time, but I can write some thoughts, at least. Where is
the most appropriate place to send these ideas to?

George

On Tue, Apr 6, 2010 at 11:16 PM, Stephen Woodbridge wood...@swoodbridge.com
 wrote:

 FYI. This seems like something that we might want to get more involved with
 or at least be tracking from a development perspective.

 -Steve W


  Original Message 
 Subject: [OSGeo-Discuss] Common map printing specifications project [Fwd:
 Students: Get Paid to work on this project]
 Date: Tue, 06 Apr 2010 09:52:56 -0700
 From: Tyler Mitchell (OSGeo) tmitch...@osgeo.org
 Reply-To: OSGeo Discussions disc...@lists.osgeo.org
 To: OSGeo Discussions disc...@lists.osgeo.org

 Hi all, just forwarding this note to this more general OSGeo channel,
 since it applies to several projects and communities.

 Year after year, one of the largest complaints about open source mapping
 applications is the ability to output large, high quality, printable
 maps.  It's often the issue that some proprietary users say prevents
 them from moving to an open source platform.  Recognising that we can
 always do better, the Carto project is an effort to address this in a
 standard way, so that all open source applications may output
 configuration files according to a specification and have a common
 'engine' application produce an output file.  By using a standards-based
 approach, developers can work together on improving printing output
 overall instead of doing it in dozens of different ways.

 That said, attached is my attempt to try to find some students to work
 on the project through Google's Summer of Code :)  I'm also forwarding
 it here for those others who are interested in trying to help move this
 initiative along.  Either way, join our list and say hi.[1]  Except for
 some interesting work with Mapnik and QGIS together (Dane Springmeyer's
  Quantumnik!) this is pretty much still theoretical.

 Tyler

 [1]  http://lists.osgeo.org/mailman/listinfo/carto


 Greetings everyone!

 The OSGeo Carto mailing list [1] was created to discuss developing a
 common approach to printable (vector-based) map output from open source
 mapping applications.  With Google's Summer of Code program, we have a
 great opportunity for students to be funded to work on this project!
 Please forward this on to any students that you think might benefit.

 http://wiki.osgeo.org/wiki/OSGeo_Cartographic_Engine

 Note there is room for a range of programming abilities, here are just a
 few...

  * developing XML-based map definition and print standard specifications
  * writing a GUI-based app for doing map layout
  * converting project configuration files into a common format
  * enhancing Mapnik to handle layout and file output definitions
  * What else?  You tell us! Students are welcome to propose new ideas!

 This year, we've tied this project directly to Mapnik (and indirectly to
 QGIS or GRASS) just so it is clearly not a new project, but an
 enhancement of an existing one.

 Since it is really focused on developing and implementing standards, I'm
 not opposed to using other projects in there for either the 'client' or
 the engine - so if you're a student interested in MapServer or gvSIG,
 for example, and would rather work on implementing it that way, then
 please just propose it.  I only had to narrow our focus to keep it clear.

 Time is running out for student applications, so let's get the word out!
  Even if you're not a student but are interested in helping in some way,
 join the list and say hi.

 [1] http://lists.osgeo.org/mailman/listinfo/carto




 ___
 Discuss mailing list
 disc...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/discuss


 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users




-- 
George R. C. Silva

Desenvolvimento em GIS
http://blog.geoprocessamento.net
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users