--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/54232E0E.9070205%40gmail.com.
Maybe the polygon is clipped in the geofabrik data. Isn't that a Dutch island?
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/5423AE68.3020800%40gmail.com.
SET FWTOOLS_DIR=m:\tools\FWTools
call %FWTOOLS_DIR%\bin\setfwenv.bat
md m:\osm_data\shapes\land\europe\Azores
del m:\osm_data\shapes\land\europe\Azores\land_polygons.*
ogr2ogr.exe -clipsrc -31.5851140, 36.7101106, -24.5201647, 39.9317387 m:\osm_data\shapes\land\europe\Azores m:\osm_data\shapes\land\land_polygons.shp
pushd m:\osm_data\shapes\land\europe\Azores\
m:\tools\fwtools\python\python m:\osm_data\shapes\land\shape2osm.py m:\osm_data\shapes\land\europe\Azores\land_polygons.shp
copy poly_output.1.osm m:\Mapsforge\europe\Azores\land.osm
popd
FINE: constructed outer polygon in relation has no known tags: 3615429
Oct 09, 2014 4:39:57 PM org.mapsforge.map.writer.BaseTileBasedDataProcessor$RelationHandler execute
FINE: relation contains dangling ways which could not be merged to polygons: 32214
Oct 09, 2014 4:40:01 PM org.mapsforge.map.writer.util.JTSUtils repairInvalidPolygon
FINE: unable to repair invalid polygon
Oct 09, 2014 4:40:01 PM org.mapsforge.map.writer.util.GeoUtils mapWayToTiles
FINE: unable to create geometry from way: 253258437
Oct 09, 2014 4:40:02 PM org.mapsforge.map.writer.util.JTSUtils repairInvalidPolygon
FINE: unable to repair invalid polygon
Oct 09, 2014 4:40:02 PM org.mapsforge.map.writer.util.GeoUtils mapWayToTiles
FINE: unable to create geometry from way: 272940243
Oct 09, 2014 4:40:04 PM org.mapsforge.map.writer.util.JTSUtils repairInvalidPolygon
FINE: unable to repair invalid polygon
Oct 09, 2014 4:40:04 PM org.mapsforge.map.writer.util.GeoUtils mapWayToTiles
FINE: unable to create geometry from way: 190450852
The mapwriter has a _serious_ problem with big relations.
Its imposible to render japan with the forrest/wood, the Northern Territories in Canada (water), it take ages to render NewZealand (forrest/wood) aso..
All MPs with more than 1000 members are a problem.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/614f460b-59a4-46d3-aba3-5071e2bbf735%40googlegroups.com.
and the behavior is strange too:
Ok level 1-7
white at zoom-level 8,9,10 (big white tile)
OK at level 11
white at level 12-14 (small white tile in center? of big white tile)
Ok from level 15 on
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/7fd5c6c1-48e1-4b3c-a2d8-ef4b75aaa5cc%40googlegroups.com.
I have also moved that writer into production for our maps on the download server.