[gdal-dev] gdal2tiles - re-generate tiles only for updated regions of a map

2021-04-12 Thread Eduardo Kanegae
hi, I'm running MapServer 7 and GDAL 2.2.1, using gdal2tiles for tile generation tilesets for Leaflet applications. XML files was defined as WMS datasource for gdal2tiles scripts which contains XML/DataWindow parameters for the whole extent for the WMS/MapServer map. A XML file is defined for each

[gdal-dev] gdal2tiles.py generating tiles not the same way WMS Leaflet does

2020-04-08 Thread Eduardo Kanegae
hi there, I'm running MapServer 7.0.6 on CentOS 6.10 and GDAL 2.2.1 *https://drive.google.com/drive/folders/1PumcXf4wNcwpV_XmvjVuH5IZrgfMiNxl - reference images I've created a MapServer WMS service which deploys (EPSG:3857) fine when using Leaflet 1.6.0 WMS layer using tiled option *image 01-wm

[gdal-dev] GDAL 1.9.2 - converting from shp to MapInfo get wrong SRS

2013-06-06 Thread Eduardo Kanegae
hi, I'm trying to convert a shapefile layer (EPSG:22523) for the same SRS in a MapInfo TAB file, but despite I try to do it using: $ ogr2ogr -f "MapInfo File" -s_srs EPSG:22523 -t_srs EPSG:22523 -a_srs EPSG:22523 /mapinfo_target_folder/ /shp_source_folder my_layer_1 And despite an "orginfo -so

[gdal-dev] GDAL 1.9.2 still looking for GEOS 3.3.5 after geos upgrade

2012-12-04 Thread Eduardo Kanegae
hi, After upgrading from geos 3.3.5 to 3.3.6, I'm trying to upgrade from GDAL 1.9.1 to 1.9.2. Compiling process is done, but when trying to run any gdal* executable I got the error: *** gdalinfo: error while loading shared libraries: libgeos-3.3.5.so: cannot open shared object file: No such file

[gdal-dev] GDAL 1.9.2 not detecting options in ./configure

2012-10-12 Thread Eduardo Kanegae
hello, I'm on CentOS 6.2 x86_64 trying to configure GDAL 1.9.2 but there's some options of configure not beeing set, even on explicit cases (like --with-mydep ). If I try only: ./configure # without any params I get the following conf report: *** LIBTOOL support: yes

[gdal-dev] Re: How to export STYLE from Mapinfo to Shapefile?

2012-01-25 Thread Eduardo Kanegae
Eduardo Kanegae > > hi there, > > I need to read mapinfo data from a file but: > * when opening the mapinfo file using QGIS only ID field is displayed > within attributes table > * the attribute I need is set at STYLE property at mapinfo file > > The result of an ogrinfo

[gdal-dev] How to export STYLE from Mapinfo to Shapefile?

2012-01-25 Thread Eduardo Kanegae
hi there, I need to read mapinfo data from a file but: * when opening the mapinfo file using QGIS only ID field is displayed within attributes table * the attribute I need is set at STYLE property at mapinfo file The result of an ogrinfo line dump is: OGRFeature(TESTE_NUMERACAO):1536 ID (Inte

[gdal-dev] MapServer reading CAD files

2011-06-06 Thread Eduardo Kanegae
Hi all, I´d like to embed construction engineering maps ( basically .dwg files) to a webmapping interface. How this could be done? Using .DXF OGR driver? Or is there any option for directly reading .dwg files? http://www.gnu.org/software/libredwg/ should be an option? best regards -- Eduardo P

[gdal-dev] Re: [mapserver-users] OGRinfo works, but a MapServer test mode=map DOES NOT

2011-05-26 Thread Eduardo Kanegae
ser > > > On 5/26/2011 4:26 AM, Eduardo Kanegae wrote: >> >> Hi all, >> >> I´m running Windows Server 2008 R2 Enterprise SP1 64bits using MS4W >> 3.0.1 with MapServer CGI 5.6.6 grabed from MapTools.org >> My spatial data is on SQL Server 2008 + MsSqlSpatial 0.1.

[gdal-dev] OGRinfo works, but a MapServer test mode=map DOES NOT

2011-05-26 Thread Eduardo Kanegae
Hi all, I´m running Windows Server 2008 R2 Enterprise SP1 64bits using MS4W 3.0.1 with MapServer CGI 5.6.6 grabed from MapTools.org My spatial data is on SQL Server 2008 + MsSqlSpatial 0.1.1 Lib and I´ve set an ODBC DSN connection using SQL Server Native Driver 10 ( using Control Panel -> ODBC Adm

Re: [gdal-dev] ESRI file geodatabase support

2010-06-09 Thread Eduardo Kanegae
w.mail-archive.com/gdal-dev@lists.osgeo.org/msg05562.html As far as the ESRI official SDK, AFAIK, it won't be worked on until 10 is released (for my purposes, I couldn't wait for that, so that's why I wrote the ArcObjects OGR driver). 2010/6/9 Eduardo Kanegae > > thanks for the

Re: [gdal-dev] ESRI file geodatabase support

2010-06-09 Thread Eduardo Kanegae
thanks for the help Frank, Or in less words: this support is still in development and we probably have to think in other solution to read fgdb´s using MapServer or other based on OGR or FDO interfaces. Eduardo 2010/6/9 Frank Warmerdam Eduardo Kanegae wrote: > >> Hi, >> >&g

[gdal-dev] ESRI file geodatabase support

2010-06-09 Thread Eduardo Kanegae
Hi, I´ve this topic at Google http://osgeo-org.1803224.n2.nabble.com/When-or-if-OGR-can-support-ESRI-file-geodatabase-td2592778.html Is there any plan for OGR on supporting this ESRI format or this will depend on 'when' ESRI be able to open this format specification. best regards -- Eduardo Pa

[gdal-dev] Error trying to merge 3 files for a multi-band ( Windows 7 PRO,

2010-03-26 Thread Eduardo Kanegae
Hi folks, I'm trying to merge 3 separated tiff files to a single one ( make a RGB composition with 3 bands) using the command: $ gdal_merge -of GTiff -o target-RGB432.tif -separate BAND4.tif BAND3.tif BAND2.tif I'm running Windows 7 Pro, FWTools 2.4.7 with GDAL 1.7.0b2 and I get the following e

[gdal-dev] FOSS4G tools - dependency map

2009-11-13 Thread Eduardo Kanegae
Source: http://anthologis.com/2009/11/13/foss4g-tools-dependency-map/ In 2008 after some GIS setup tasks, I decided to map package dependencies in order to help me on future setup tasks. So, after discovering the great GraphViz tool (http://www.graphviz.org/), I created some scripts to map these d

[gdal-dev] Error building gdal_wrap.cpp / GDAL 1.5.3

2008-11-05 Thread Eduardo Kanegae
2>&1 | tee configure.log Does anybody has any suggestion? best regards. -- Eduardo Kanegae http://anthologis.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev