Re: [mapserver-users] Development environment

2009-04-30 Thread Ivan
NetBeans IDE does the trick for me (netbeans.org) I can do C/C++ and Java, auto-complete, find definition, debugging and connects with a SVN server! Roger André wrote: vi and gcc? Roger -- On Wed, Apr 29, 2009 at 2:07 AM, Iratxe Lejarreta mailto:iratxe.lejarr...@axios.es>> wrote: Hi,

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-20 Thread Ivan
;t be suprised. Have you try to open it in another GDAL based client application, like QGIS for example? Regards, Ivan Roberto Garcia,MSc wrote: Hi people, I used gdal_translate in the GRIB file I want to show with mapserver, but there still is something wrong. The following is a partial o

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Ivan
pra voce. (eu estudei no INPE :) Regards, Ivan <>___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapServer Oracle performance

2009-08-27 Thread Ivan
l. Not even if the raster is stored in MrSID. The only way to go is to build tile cache. Right? Best regards, Ivan Smith, Michael ERDC-CRREL-NH wrote: All, This is true and I have a patch ready to address this and use bind variables in maporaclespatial.c. Howard (hobu) has the patch and was g

Re: [mapserver-users] MapServer Oracle performance

2009-08-28 Thread Ivan
Frank, Frank Warmerdam wrote: Ivan wrote: I setup an very simple MAP file with a GDAL/GeoRaster as the DATA parameter of a layer like that: LAYER DATA "geor:scott/ti...@orcl,CITIES,SCENE,ID=120" This raster is 14336x14336x3 big (600Mb) and has 7 level of pyramids on it. Th

Re: [mapserver-users] How to render raster data using Oracle Georaster?

2009-12-31 Thread Ivan
(working copy) @@ -665,7 +665,7 @@ if( fp == NULL ) { strcpy( szReturnPath, path ); -return NULL; +//return NULL; } else fclose( fp ); @@ -692,7 +692,7 @@ if( fp == NULL ) { strcpy( szReturnPath, path2 ); -return NULL; +// re

Re: [mapserver-users] How to render raster data using Oracle Georaster?

2009-12-31 Thread Ivan
kes a big difference when displaying GeoRaster to have Pyramids/Overviews properly supported as you can see also with Oracle's Mapviewer. Best regards, Ivan xxj wrote: Hi, Please have a look at this thread. http://n2.nabble.com/MapServer-Oracle-performance-td3529225.html#a3531606 Accord

Re: [mapserver-users] How to add HDF-EOS data layer in MapServer

2010-02-28 Thread Ivan
mention the GDAL and Mapserver version that you are using. Regards, Ivan Venkat Shesu Reddem wrote: Hi Ivan, gdalinfo is showing subdataset list also, the previous mail contains gdalinfo of one of subdataset. I have used gdal_translate to convert the following in GeoTIFF image, however i don'

[mapserver-users] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-02 Thread Ivan Mincik
/ticket/1507 but it did not help me. In my testing mapfile I use 3 postgis layers and CLOSE_CONNECTION=DEFER has significant effect. Time for rendering map is reduced in average from 0.846s to 0.583s. Is anybody using CLOSE_CONNECTION=DEFER without any problems ? Thanks Ivan

Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-03 Thread Ivan Mincik
thanks a lot, I am just compiling Mapserver 5.0.3 and ready to try upgrade. Ivan On Monday 03 March 2008 21:53, rich.fromm wrote: > hrach wrote: > > I use mapserver 4.10.3, postgresql 8.1, Debian Etch. > > > > Is anybody using CLOSE_CONNECTION=DEFER without any problems ?

Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-03 Thread Ivan Mincik
yes 5.0.2 hm, after some short test there are no errors thanks a lot On Monday 03 March 2008 22:52, rich.fromm wrote: > hrach wrote: > > thanks a lot, I am just compiling Mapserver 5.0.3 and ready to try > > upgrade. > > you probably mean 5.0.2. afaik, 5.0.3 hasn't been released yet. > > which

Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-04 Thread Ivan Mincik
Thanks, after applying the patch there are no errors in the log. Ivan On Monday 03 March 2008 22:52, rich.fromm wrote: > hrach wrote: > > thanks a lot, I am just compiling Mapserver 5.0.3 and ready to try > > upgrade. > > you probably mean 5.0.2. afaik, 5.0.3 hasn't be

Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-05 Thread Ivan Mincik
is already a transaction in progress 2008-03-05 13:20:50 CET WARNING: there is already a transaction in progress 2008-03-05 13:20:50 CET WARNING: there is already a transaction in progress ivan On Monday 03 March 2008 21:53, rich.fromm wrote: > hrach wrote: > > I use mapserver 4.

[mapserver-users] cannot compile --with-fastcgi

2008-03-10 Thread Ivan Mincik
--with-fastcgi=/usr \ --with-geos Thanks Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: Fwd: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-17 Thread Ivan Mincik
Hi, how is the situation about the patch? Can I try some? Thanks for Your time Ivan On Wednesday 12 March 2008 23:45, you wrote: > Oops, forgot to CC mapserver-users. > > -- Forwarded message -- > From: Dave Fuhry <[EMAIL PROTECTED]> > Date: Wed, Mar 12, 2008

Re: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-18 Thread Ivan Mincik
Re: [MAPSERVER-USERS] CLOSE_CONNECTION=DEFER - Segmentation > > fault To: Ivan Mincik <[EMAIL PROTECTED]> > > > > <...> > > > > So essentially, the patch should be modified to remove the ROLLBACKs > > from msPOSTGISLayerGetShape() in a safe way. &g

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-20 Thread Ivan Mincik
ish with same result as above. log is here: http://projects.gpsmapy.sk/logs/ms_postgis_fix_trans_state_patch.log Thanks a lot for help Ivan On Wednesday 19 March 2008 23:32, you wrote: > On Wed, Mar 19, 2008 at 3:19 PM, No Spam <[EMAIL PROTECTED]> wrote: > > --- Dave Fuhry

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-20 Thread Ivan Mincik
I want to add to my report about a testing ms_postgis_fix_trans_state.diff with p.mapper that {map,layer}Obj_queryBy{Point,Rect,etc.} function is not working also when #PROCESSING "CLOSE_CONNECTION=DEFER" is disabled. So identify object is not working at all. Ivan On Wednesday 19

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-21 Thread Ivan Mincik
On Thursday 20 March 2008 23:46, you wrote: > Ivan, > >Try the new version of the patch, just posted. I had accidentally > removed a necessary query in msPOSTGISLayerGetShape. My tests which > now include getShape() are working (with or without PROCESSING > "CLOSE_CONN

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-22 Thread Ivan Mincik
Dave, thanks a lot for Your work Ivan On Friday 21 March 2008 18:12, you wrote: > Ivan, > >Yes, I updated the patch on the bug report page > http://trac.osgeo.org/mapserver/ticket/2497 around the time I sent > those emails yesterday. Download it, make sure

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-03-22 Thread Ivan Mincik
clear. Tomorrow I will test it with more users then one. Ivan >Maybe I can try some session configurations in apache or postgres. Any >advises? >PostgreSQL log is here: >http://projects.gpsmapy.sk/logs/ms_postgis_begin_to_connect_version2.log >Dave, thanks a lot for Your work

Re: [mapserver-users] tile server

2008-03-25 Thread Ivan Mincik
Hi Milo, I don't know the solution, but I will be very interested how to do it. So, if You find solution yourself, please, paste it to the mailinglist. Ivan On Tuesday 25 March 2008 07:32, Milo van der Linden wrote: > Hello list, > > a little while ago I read somewhere that it

Re: [mapserver-users] OSS application to serve file based images

2008-04-09 Thread Lucena, Ivan
done much easier. But don't take my word for that, I'm one of the "experts" that believe that you *can* load and server images from a database server. Best regards, Ivan Intengu Technologies wrote: Hello I understand that most experts are saying it is far better not to load

Re: Fwd: [MAPSERVER-USERS] Fwd: CLOSE_CONNECTION=DEFER - Segmentation fault

2008-04-25 Thread Ivan Mincik
Thanks a lot Dave, according to tests on my local machine there are no other problems with v6 patch. Next week I will try it on production system. Ivan On Sunday 20 April 2008 21:26, you wrote: > Ivan, > >BTW there is a new version of the mappostgis.c patch, v6 at > http://tr

Re: [MAPSERVER-USERS] instantclient-basic-win32-11.1.0.6.0 and MS4W 2.2.7

2008-05-15 Thread Lucena, Ivan
What is Oracle version you have? Is it 11.1.0.6.0? I guess that function was deprecated. Take a look at: http://www.gdal.org/ogr/drv_oci.html and http://download.osgeo.org/gdal/win32/1.5/ that is what you find on the OCI zip README.TXT: OGR 1.5 Oracle Plugin = Install -

[mapserver-users] postgis - idle in transaction

2008-05-19 Thread Ivan Mincik
abase 127.0.0.1(47132) idle in transaction" which will remain until the next restart of database server. Has anybody the same problem ? Thanks Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] mapserver + MS SQL

2008-09-23 Thread Ivan Mincik
What is Your experience with performance when using new PLUGIN for MS SQL in 5.2 ? Thanks a lot -- Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] RE:mapserver + MS SQL

2008-09-24 Thread Ivan Mincik
s to use ODBC connection through OGR which can be working >also in Linux. > >So my questions are : >1. Is there any other possibility ? >2. What is Your experience with performance when using ODBC connection through >OGR ? >3. What is Your experience with performance when us

[mapserver-users] RE:mapserver + MS SQL

2008-09-24 Thread Ivan Mincik
gt; -Jukka Rahkonen- > > > -Alkuperäinen viesti- > Lähettäjä: [EMAIL PROTECTED] puolesta: Ivan Mincik > Lähetetty: ke 24.9.2008 19:09 > Vastaanottaja: mapserver-users@lists.osgeo.org > Aihe: [mapserver-users] RE:mapserver + MS SQL > > I have started testing OGR OD

Re: [mapserver-users] RE:mapserver + MS SQL

2008-09-24 Thread Ivan Mincik
On Wednesday 24 September 2008 18:56, you wrote: > Hi, > > >> First thing that comes into my mind is the good old STATUS ON thing. > >> LAYER ON in mapfile means that the layer can be requested, but not that it > >> is automatically included in a map. STATUS DEFAULT includes it automatic. > >

Re: [mapserver-users] RE:mapserver + MS SQL

2008-09-24 Thread Ivan Mincik
cluded in a map. STATUS DEFAULT includes it automatic. Try > what happens if you use: > > shp2img -m test.map -l ku2 -o test.png > > Alternatively, change LAYER DEFAULT and use the old command. > > -Jukka Rahkonen- > > > -Alkuperäinen viesti----- > Lä

[mapserver-users] mapmssql2008.c

2008-09-30 Thread Ivan Mincik
I would like to ask, what is the main reason why new mapmssql2008.c is not possible to compile and use on Linux ??? Is it any chance to modify the code to use this PLUGIN in Linux ? Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [MAPSERVER-USERS] mssql2008 binary test package available to download

2008-10-15 Thread Ivan Mincik
> avoid unexpected issues. > > > > > > Best regards, > > > > Tamas > > ___ > > mapserver-users mailing list > > mapserver-users@lists.osgeo.org > > http://lists.osgeo.org/mailman/listinfo/ma

Re: [MAPSERVER-USERS] mapserver MSVC2005 development package available to download (was mssql2008 binary test package available to download)

2008-10-24 Thread Lucena, Ivan
/trac.osgeo.org/gdal/browser/trunk/gdal/makegdal_gen.bat]. After that it is all the same as in a regular VS project. Breakpoints, step-into, step-out, watch windows, etc. Good luck, Ivan > ---Original Message--- > From: BrainDrain <[EMAIL PROTECTED]> > Subject: R

Re: [mapserver-users] GDAL and SDE raster

2008-11-03 Thread Lucena, Ivan
I don't have SDE to tell you the truth but I would suggest you to create a VRT version of your dataset and use the VRT on your map file. [ gdal_translate -of vrt /filepath/SDE:server,port:5151,sde,user/pass,schema.table,RASTER replacement.vrt ] > ---Original Message--- > From: Liz God

Re: [mapserver-users] Re: GDAL and SDE raster

2008-11-04 Thread Lucena, Ivan
and said it doesn't. Too bad, I was counting on it. ;( Regards, Ivan > ---Original Message--- > From: Ron Goldman <[EMAIL PROTECTED]> > Subject: [mapserver-users] Re: GDAL and SDE raster > Sent: Nov 04 '08 14:01 > > I had a similar problem with Net

[mapserver-users] Mapserver legend is never transparent

2008-11-23 Thread Ivan Mincik
I have a problem that mapserver legend is never transparent even when using php-mapscript or querying WMS layer. Tested at few of mapserver 5.x.x versions. I have TRANSPARENT ON set in OUTPUTFORMAT. OS: Debian Etch Is this only my case ? Thanks. Ivan

[mapserver-users] Mapserver WMS client without SERVICE parameter

2009-01-20 Thread Ivan Mincik
E parameter, it will process it as WFS request. We want WMS response. Is there any way how to configure mapserver to return WMS response even if SERVICE parameter is not present ? Thanks Ivan ___ mapserver-users mailing list mapserver-users@lists

Re: [mapserver-users] Mapserver WMS client without SERVICE parameter

2009-01-20 Thread Ivan Mincik
Thanks a lot. I thought it is a feature :). I will upgrade as suggested. Ivan On Tuesday 20 January 2009, you wrote: > On Tue, Jan 20, 2009 at 05:13:25PM +0100, Ivan Mincik wrote: > > Dear users, > > We want to use Manifold GIS to connect to UMN Mapserver WMS server. >

[mapserver-users] AGG FORMATOPTION "PALETTE_FORCE=TRUE" - transparent background

2009-03-05 Thread Ivan Mincik
END And palette file: 0,0,0 255,255,255,255 230,230,230,0 174,17,52,255 174,17,52,255 242,221,190,255 Please, can anybody clarify this? Thanks Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] AGG FORMATOPTION "PALETTE_FORCE=TRUE" - transparent background

2009-03-05 Thread Ivan Mincik
7;t usefull, as it corresponds > to 0,0,0,0 , thus eating up a entry in your generated palette (and > palette entries in rgba mode are very expensive :) ) > > -- > Thomas Bonfort > CampToCamp > > On Thu, Mar 5, 2009 at 10:29, Ivan Mincik wrote: > > I am not sure if

[mapserver-users] MapFile viewer

2012-12-13 Thread Ivan Minčík
viewer containing layers from given mapfile. You can download it from here: https://github.com/imincik/mapfile-viewer Any patches welcomed. - -- Ivan Mincik, ivan.min...@gmail.com If replying in mailing-list please add me to Cc. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux

Re: [mapserver-users] MapFile viewer

2012-12-14 Thread Ivan Mincik
her parameters line EXTENT. It creates possibility to work with many projects with the same base mapfile. I will add other overriding options. 6. Or maybe No advantage at all -- Ivan Mincik ___ mapserver-users mailing list mapserver-users@lists.os

Re: [mapserver-users] MapFile viewer

2012-12-14 Thread Ivan Mincik
kind of approach ? Is it worth to continue in work ? -- Ivan Mincik ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MapFile viewer

2012-12-14 Thread Ivan Minčík
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have fixed two issues reported on GitHub (thanks @tbonfort). - -- Ivan Mincik, ivan.min...@gmail.com If replying in mailing-list please add me to Cc. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux

Re: [mapserver-users] MapFile viewer

2012-12-14 Thread Ivan Minčík
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have made some improvements. Mostly visible adding legend to map. Now I can declare current features ready for initial version release. More testing is needed. - -- Ivan Mincik, ivan.min...@gmail.com If replying in mailing-list please add me to

Re: [mapserver-users] MapFile viewer

2012-12-15 Thread Ivan Mincik
On 12/14/2012 02:32 PM, Jeff McKenna wrote: > Ivan, I want to make sure users can find this viewer; would you be > willing to edit the MapServer Wiki > (https://github.com/mapserver/mapserver/wiki) and add a "Mapfile > Viewers" page there, with your project as a first exam

[mapserver-users] PHP Clustering algo / library to replace Google clusters

2013-01-30 Thread Ivan Cardenas
Is there a cluster algorithm library routine for PHP to replace the Google Maps API geotag icon clustering? These are the aggregations of many points into one point with the number of points on the circular icon. Thanks! -- Ivan Cardenas | Technical Director iv...@kestrel-tech.com | Kestrel

Re: [mapserver-users] PHP Clustering algo / library to replace Google clusters

2013-01-30 Thread Ivan Cardenas
Thanks David, can this be adapted to MYSQL to your knowledge? Thanks, Ivan On Wed, Jan 30, 2013 at 2:51 PM, David Quinn wrote: > I'ved used the kmeans-postgresql clustering package to do this. A good > example of how to use it is give here: > > http://gis.stackexchange.co

Re: [mapserver-users] Shell-script to compile MapServer in a user directory tree

2010-10-08 Thread Ivan Mincik
'm reasonably sure it works on fresh, modern > installation. Older and much-used systems could give trouble, although I > don't expect many problems there either. Let me know if this is useful for > you and how it could be  ameliorated. Jan, thanks for sharing this nice idea. Iva

[mapserver-users] mapserver.org down ?

2010-10-18 Thread Ivan Mincik
Could not get 'http://mapserver.org/'. Is it down ? -- Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapserver.org down ?

2010-10-18 Thread Ivan Mincik
On 10/18/2010 01:04 PM, christopher.schm...@nokia.com wrote: On Oct 18, 2010, at 5:23 AM, ext Ivan Mincik wrote: Could not get 'http://mapserver.org/'. Is it down ? The MapServer site was temporarily unavailable. I've resolved the situation, and the website appears to be worki

Re: [mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Ivan Lucena
Sebastian, > ---Original Message--- > From: Sebastian E. Ovide > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] Mapserver + OCI error while loading shared > libraries from Apache ? > Sent: Nov 18 '10 11:54 > > Hi All, > > > everything is working find from s

Re: [mapserver-users] PNG Optimization

2010-12-16 Thread Ivan Mincik
GG_PNG' DRIVER 'AGG/PNG' MIMETYPE 'image/png' IMAGEMODE RGBA FORMATOPTION 'QUANTIZE_FORCE=ON' FORMATOPTION 'QUANTIZE_DITHER=OFF' FORMATOPTION 'QUANTIZE_COLORS=256'

[mapserver-users] White lines when reprojecting aerial photo

2010-12-19 Thread Ivan Mincik
MODE RGB                FORMATOPTION 'QUALITY=85'                EXTENSION 'jpg'        END Any idea what I can improve to get these white lines out ? Thanks, Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] White lines when reprojecting aerial photo

2010-12-21 Thread Ivan Mincik
> > Also, this will slow it down but in the raster layer > > PROCESSING "RESAMPLE=BICUBIC" rather than default NEAREST is effective > especially for hi-rez data. Thanks a lot Mark, I totally forgot on resampling methods. I have tried BICUBIC which doesn't work, but B

[mapserver-users] Is "--with-experimental-png" still experimental ?

2011-01-17 Thread Ivan Mincik
QUANTIZE_DITHER=OFF' FORMATOPTION 'QUANTIZE_COLORS=256' FORMATOPTION 'INTERLACE=OFF' EXTENSION 'png' END Thanks, Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Is "--with-experimental-png" still experimental ?

2011-01-17 Thread Ivan Mincik
On Mon, Jan 17, 2011 at 1:09 PM, thomas bonfort wrote: > Ivan, > for the 5.x branches, it will stay like that. > for the 6.0 and subsequent releases, the flag is removed and the > functionality is native. Thanks a lot for answer. Ivan _

[mapserver-users] Typo on Mapserver homepage

2011-01-17 Thread Ivan Mincik
Hi, there is a typo in Announcements paragraph (version 5.6.5). "MapServer 5.6.3 has been released " should be "MapServer 5.6.5 has been released ..." Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org ht

Re: [mapserver-users] [Oracle] Geo raster with oracle spatial

2011-01-18 Thread Ivan Lucena
Yes, see example at FOSS4GIS 2010 Benchmark: http://wiki.osgeo.org/wiki/Benchmarking_2010#MapServer > ---Original Message--- > From: Guillaume BARTHE > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] [Oracle] Geo raster with oracle spatial > Sent: Jan 18 '11 05:06 >

Re: [mapserver-users] [Oracle] Geo raster with oracle spatial

2011-01-18 Thread Ivan Lucena
with georaster smaller than 1Gb you might not fell the different between the two versions. I hope we can have those version integrated soon. Regards, Ivan > ---Original Message--- > From: Guillaume BARTHE > To: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-us

[mapserver-users] Need to replace Google Maps API on webservice - Help!

2011-02-15 Thread Ivan Cardenas
mobile below is best. Many Thanks, Sincerely, Ivan Cardenas Technical Director Kestrel Technology Group iv...@kestrel-tech.com<mailto:iv...@kestrel-tech.com> 281 242 6349 main 713 899 1415 mobile 281 491 0379 fax CONFIDENTIALITY NOTICE This electronic mail transmission is confidential,

RE: [mapserver-users] Need to replace Google Maps API on webservice - Help!

2011-02-15 Thread Ivan Cardenas
Hi Chris, would be very grateful for a process to set this up. We can use Open Source Data for a region in Asia. If it helps, you can submit a simple report on letterhead for an hourly fee rate. Would really appreciate your help if possible, or someone you can recommend. Thanks, Ivan

Re: [mapserver-users] Looking for mobile WebMapping-Applications

2011-02-17 Thread Ivan Mincik
Does anyone know such an application and send me the link please? > We are doing some GIS software for Android. See [1]. It is GNU GPL with source code here [2] [1] - http://gista.sk/index.php/ukazky-a-navody/obrazky [2] - https://github.com/gis

[mapserver-users] Offnet conversion tool

2011-03-08 Thread Ivan Cardenas
sions? Thanks! Ivan Cardenas Technical Director Kestrel Technology Group ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Why is LAYERS parameter required in GetFeatureInfo

2011-05-05 Thread Ivan Mincik
5.6.6. Without LAYERS parameter I get: msWMSLoadGetMapParams(): WMS server error. Invalid layer(s) given in the LAYERS parameter. Thanks - -- Ivan Mincik, Gista s.r.o. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozde

Re: [mapserver-users] Why is LAYERS parameter required in GetFeatureInfo

2011-05-05 Thread Ivan Mincik
t generated the original > map are repeated. Two are omitted because GetFeatureInfo provides its own > values: VERSION and REQUEST. The remainder of the GetMap request shall be > embedded contiguously in the GetFeatureInfo request. Thanks a lot Bart, I missed that. - -- Ivan Mincik,

[mapserver-users] Offline Map caching options for Quantum GIS

2011-08-28 Thread Ivan Cardenas
Hello, We need to place a mapping application in an area with limited and sometimes no internet access. Is there a convenient way to cache map tiles and/or city names for a region for Quantum GIS for subsequent use in a stand alone (no network) mode? Many thanks in advance! Ivan Cardenas

[mapserver-users] GetLegendGraphic request using mapscript.OWSRequest()

2012-05-13 Thread Ivan Mincik
) wms.draw() but it seems, that it always performs GetMap request. Parameters are: LAYER polygon SERVICE WMS FORMAT image/png REQUEST GetLegendGraphic VERSION 1.1.1 MapServer version 6.0.1 Thanks, Ivan ___ mapserver-users mailing list mapserver

Re: [mapserver-users] Mapfile verification tool

2012-05-15 Thread Ivan Mincik
rror would be found some exception will be raised ? -- Ivan Mincik ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Mapfile verification tool

2012-05-15 Thread Ivan Mincik
rom test script. If some error will raised - mapfile is invalid, with no other information where otherwise mapfile is OK. -- Ivan Mincik ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Mapfile verification tool

2012-05-15 Thread Ivan Mincik
I mean something like this: import sys import mapscript try: m = mapscript.mapObj(sys.argv[1]) print 'VALID (%s layers found)' % m.numlayers except: print 'INVALID' I did some tests and it seems working. Even it outputs detailed parsing error message (for example: loadP

[mapserver-users] 5.x Tutorial on mapserv -v (raster doesn't work)

2009-06-18 Thread Lucena, Ivan
e rest of the sections and examples just return this error here: --- msLoadSymbolSet(): Unknown identifier. First token must be SYMBOLSET, this doesn't look like a symbol file. --- In C:\OSGeo4W\apache\logs\error.log there is no error message related to tha

RE: [mapserver-users] 5.x Tutorial on mapserv -v (raster doesn't work)

2009-06-18 Thread Lucena, Ivan
David, That was it. I just add the world and everything started to work! --- *SYMBOLSET* # 1 Symbol Name 'tent' Type VECTOR Filled TRUE Points 0 1 .5 0 1 1 .75 1 .5 .5 .25 1 0 1 . . . --- Thanks a lot. Ivan > ---Original Message--- > From: Fawcett, David

[mapserver-users] Openning mapserv.exe "Would you like to save this file?

2009-07-17 Thread Lucena, Ivan
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Openning mapserv.exe "Would you like to save this file?

2009-07-17 Thread Lucena, Ivan
Sorry for my fat finger mistake. When I run a GetCapabilities request it results in the download of mapserv.exe. I decided to investigate more before put the question on the list but I clicked some wrong short cut key on Chrome. > ---Original Message--- > From: Lucena

[mapserver-users] python mapscript - FORMATOPTION

2009-10-13 Thread Ivan Mincik
E_FORCE=ON") is not creating any result to my mapfile. Is 'setOption' working in python mapscript ? Thanks, Ivan ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] python mapscript - FORMATOPTION

2009-10-13 Thread Ivan Mincik
s working, but I am sure, I was also trying something similar too. :) > > regards > > Guillaume > > Le mardi 13 octobre 2009 à 23:54 +0200, Ivan Mincik a écrit : >> Dear all, >> I am trying to set "FORMATOPTION "QUANTIZE_FORCE=ON" option using >> python

[mapserver-users] mapserver documentation: unique gid using srid=x ?

2010-01-29 Thread Ivan Mincik
"USING" keyword. Shouldn't be second example as following: DATA "the_geom from (select g.gid, g.the_geom, a.attr1, a.attr2 from geotable g join attrtable a on g.gid = a.aid) as subquery USING unique gid using srid=4326" Thanks -- Ivan signature.a

[mapserver-users] Re: mapserver documentation: unique gid using srid=x ?

2010-02-08 Thread Ivan Mincik
rid=4326" When testing on Mapserver 5.2.x, it seems to be typo in documentation. If I am correct, would You please fix it ? Thanks. Ivan signature.asc Description: This is a digitally signed message part. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] How to add HDF-EOS data layer in MapServer

2010-02-26 Thread Ivan Lucena
products that are not supported by all version of GDAL/HDF. Regards, Ivan > ---Original Message--- > From: Venkat Shesu Reddem > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] How to add HDF-EOS data layer in MapServer > Sent: Feb 26 '10 1

[mapserver-users] Changing OUTPUTFORMAT via CGI URL

2010-03-02 Thread Ivan Mincik
END and I want to change FORMATOPTION "QUANTIZE_COLORS=256" to FORMATOPTION "QUANTIZE_COLORS=16". I have tried all possibilities like &map.outputformat[PNGQ]=FORMATOPTION+QUANTIZE_COLORS%3d256& and similar. Can anybody confirm that at least it should be working ? I am using

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

2010-03-31 Thread Ivan Mincik
ay2' GROUP 'mylay' TYPE LINE In my case (Mapserver 5.2.x) it is working well, but I am not sure if it is good practise and also if it is going to work in higher versions. Thanks -- Ivan signature.asc Description:

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

2010-04-01 Thread Ivan Mincik
lay nested in another mylay, so I am not sure if this is valid. I don't see any error, but something in my mind tells me, that it is not the best idea. But, in fact I need this behavior to solve some specific task. Ivan > > 2010/4/1 Ivan Mincik > > > Hi, > > is it O

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

2010-04-01 Thread Ivan Mincik
On Thu, Apr 1, 2010 at 3:09 PM, Cristiano Sumariva wrote: > Unfortunely I dont use WMS services yet. > But looks like invalid generated XML if Name is nested inside Name. > On this case I suggest filling a bug request. > > Since they are separate attributes they should not generate the same XML >

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 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.

Re: [mapserver-users] Mapserver's configuration - Support Oracle Spatial

2010-05-04 Thread Ivan Lucena
Hi Daiane, Did you check the installation instruction on that page here: http://mapserver.org/installation/oracle.html Once you are done that SDO_GEOMETRY and SDO_GEORASTER should work. Regards, Ivan > ---Original Message--- > From: Daiane Azevedo de Fraga > To: mapser

Re: [mapserver-users] Mapserver 5.6.3 on Linux 64 bits

2010-06-28 Thread Ivan Mincik
On Mon, Jun 28, 2010 at 4:52 PM, Ricardo Vilella wrote: > Hi I have a simple question, can compile MapServer 5.6.3 on Debian Lenny > 64-bit? Look in the documentation but did not specify if possible. Yes, no problem. You can also download source package from Debian Testing and compile to DEB pac

Re: [mapserver-users] GeoRaster via gdal on Ubuntu

2010-08-11 Thread Lucena, Ivan
Sebastian, Have you take a look on that page: http://mapserver.org/installation/oracle.html It is about GDAL/OGR/OCI but all the system settings experiments are applicable to GDAL/GeoRaster too. Regards, Ivan Sebastian E. Ovide wrote: Hi All, I've installed MapServer via ubuntugis

Re: [mapserver-users] logging GDAL queries

2010-08-13 Thread Lucena, Ivan
Sebastian, Sebastian E. Ovide wrote: Hi All I am using MapServer + GDAL to render GeoRasters and I am having very poor performance reading GeoRasters at a high zoom level... over 13... it would take even 20 seconds per tile... Did you generate pyramids? Is it possible to log the GDAL que

Re: [mapserver-users] logging GDAL queries

2010-08-13 Thread Lucena, Ivan
rating the images from "far away" zoom under 12... it performs very well... not sure why it doesn't in the levels 13-17 for that reason I was trying to find the SQL queries On Fri, Aug 13, 2010 at 12:01 PM, Lucena, Ivan <mailto:ivan.luc...@pmldnet.com>> wrote: S

Re: [mapserver-users] logging GDAL queries

2010-08-13 Thread Ivan Lucena
amids? Ha, you forgot to say what version of Oracle you are using. Best regards, Ivan > ---Original Message--- > From: Sebastian E. Ovide > To: Lucena, Ivan > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] logging GDAL queries >

Re: [mapserver-users] Re: logging GDAL queries

2010-08-13 Thread Ivan Lucena
s several times. Good thing is that at least while GDAL is in memory we can reuse the database connection. It might be part of the solution. Regards, Ivan > ---Original Message--- > From: Sebastian E. Ovide > To: Sumit Sharma > Cc: mapserver-users@lists.osgeo.org

Re: [mapserver-users] logging GDAL queries

2010-08-13 Thread Ivan Lucena
Sebastian, > ---Original Message--- > From: Sebastian E. Ovide > To: Ivan Lucena > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] logging GDAL queries > Sent: Aug 13 '10 09:27 > > On Fri, Aug 13, 2010 at 1:59 PM, Ivan Luce

Re: [mapserver-users] logging GDAL queries

2010-08-13 Thread Ivan Lucena
oRaster Pyramid level is 11 By the size of you image you should have 20 level. Can you run sdo_geor.generatePyramid() again changing only the number of levels, keeping the same method. That should run faster, keeping the existing pyramid levels. Please let me know how it works now. Regards

Re: [mapserver-users] logging GDAL queries

2010-08-14 Thread Lucena, Ivan
Sebastian, Sebastian E. Ovide wrote: Hi Ivan, Because of that, to access your GeoRaster object, the GDAL driver is requesting a very large array of BLOB (100 approximately). T I do not know how [Fri Aug 13 13:53:00 2010] [error] [client 10.0.1.40] SELECT RASTERBLOCK [Fri Aug

Re: [mapserver-users] logging GDAL queries

2010-08-15 Thread Lucena, Ivan
o georaster:geoserver,geoserver,MFPRODUK_11G,fluvd04q200pj,georaster,id=1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536 Best regards, Ivan Sebastian E. Ovide wrote: Ivan, Yes! and No! That query creates a *cursor* to go through the whole raster,

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Ivan Lucena
Hi Sebastian, Did you fix the problem with the pyramid levels? Do you see any improved where the performance was poor before? Thanks for your valuable test. I appreciate. Regards, Ivan ___ mapserver-users mailing list mapserver-users

Re: [mapserver-users] logging GDAL queries

2010-08-16 Thread Ivan Lucena
igh zoom=low pyramid >  level)... If you are still having problem with MapViewer I suggest you to post your log at [http://forums.oracle.com/forums/forum.jspa?forumID=727]. Any improvement on MapServer+GeoRaster through GDAL would take a little bit of time to adapt the initial ETL design.

[mapserver-users] OFFSET and RAGECOLOR

2017-12-06 Thread Ivan Ogasawara
PORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUP PORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE ``` any idea to resolve this problem? my best regards,

  1   2   >