<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.openseamap.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wellenvogel</id>
	<title>OpenSeaMap-dev - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openseamap.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wellenvogel"/>
	<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/wiki/Spezial:Beitr%C3%A4ge/Wellenvogel"/>
	<updated>2026-05-09T05:18:32Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Downloadable_Raster_Charts&amp;diff=3350</id>
		<title>OpenSeaMap-dev:Downloadable Raster Charts</title>
		<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Downloadable_Raster_Charts&amp;diff=3350"/>
		<updated>2015-01-30T10:11:43Z</updated>

		<summary type="html">&lt;p&gt;Wellenvogel: /* formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reason for ChartBundler ==&lt;br /&gt;
&lt;br /&gt;
Lets talk a bit about amounts here and not low stress or high stress.&lt;br /&gt;
&lt;br /&gt;
Using the charts offline on a mobile device. Lets say the display is about 1024x1024 Pixel, then we will need at least 16 tiles per map. If we start on zoom level 8 with the bounding box and continue to zoom level 16 for the harbours, we need around 2 Mio tiles. This 16 tiles on zoom level 8 is about the northern Adria. If we want the Channel just skipping Lands End up to the belgian coast, this would be 6 by 5 on zoom level 8.&lt;br /&gt;
* see [[OpenSeaMap-dev_Diskussion:Downloadable_Raster_Charts|Discussion]]&lt;br /&gt;
&lt;br /&gt;
== Status Quo ==&lt;br /&gt;
&lt;br /&gt;
=== prefabricated charts ===&lt;br /&gt;
* pros:&lt;br /&gt;
** low stress on tile servers&lt;br /&gt;
* cons:&lt;br /&gt;
** set up needed&lt;br /&gt;
** needs to be maintained&lt;br /&gt;
** not always up to date&lt;br /&gt;
** might not fit users needs &lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://sourceforge.net/projects/opennautical/ OpenNauticalCharts] (outdated)&lt;br /&gt;
* [[OpenSeaMap-dev:De:Chart-Bundler|Chart-Bundler]] (work in progress)&lt;br /&gt;
&lt;br /&gt;
=== on demand ===&lt;br /&gt;
* pros:&lt;br /&gt;
** up to date&lt;br /&gt;
** fits individual needs&lt;br /&gt;
* cons:&lt;br /&gt;
** high stress on tile servers&lt;br /&gt;
** users have to do some research, might be a complex task&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [[OpenSeaMap-dev:De:Chart-Designer|Chart-Designer]] (work in progress)&lt;br /&gt;
* [http://wiki.openstreetmap.org/wiki/KAP-Dateien_aus_OSeaMap_erstellen OSM-Wiki]&lt;br /&gt;
* [http://www.abenteuerland.at/seachart/ smrender-online]&lt;br /&gt;
* [http://mobac.sourceforge.net/ MOBAC] (banned by most tile-servers due to unreasonable load)&lt;br /&gt;
* [https://code.google.com/p/gmapcatcher/ GMapCatcher]&lt;br /&gt;
&lt;br /&gt;
== Ideas ==&lt;br /&gt;
&lt;br /&gt;
=== cache &amp;amp; proxy tile server ===&lt;br /&gt;
* [http://tilestache.org/ TileStache] provides&lt;br /&gt;
** numerous caches (eg. disk, Memcache, Amazon S3, MBTiles)&lt;br /&gt;
** TMS and WMS proxy&lt;br /&gt;
** fast and faster [http://www.itopen.it/2012/01/17/serving-your-map-tiles-30-times-faster/ using nginx]&lt;br /&gt;
** cache max-age: 30 days?&lt;br /&gt;
&lt;br /&gt;
=== formats ===&lt;br /&gt;
* served by cache &amp;amp; proxy tile server at minimum cost&lt;br /&gt;
** tiles in TMS z/x/y directory structure (eg. gps-32, openlayers)&lt;br /&gt;
** tiles in TMS z/x/y structure encapsulated in sqlite file ( [https://www.mapbox.com/guides/an-open-platform/#mbtiles mbtiles], eg. tilestache )&lt;br /&gt;
** tiles in ??? structure encapsulated in sqlite file (OruxMaps)&lt;br /&gt;
** tiles in ??? structure encapsulated in sqlite file (Locus)&lt;br /&gt;
** single raster file stiched together via script and imagemagic (eg. .kap/openCPN)&lt;br /&gt;
** gemf format - compact format for tiles, can be read by various libraries - e.g. osmdroid, simple to handle [http://www.cgtk.co.uk/gemf gemf format]&lt;br /&gt;
&lt;br /&gt;
=== bounding boxes/ tile sets ===&lt;br /&gt;
* coastal / ocean / open waters&lt;br /&gt;
** stick to well known [[OpenSeaMap-dev:Catalogue_of_INT_Charts|INT-charts]]&lt;br /&gt;
* inland waterways&lt;br /&gt;
** generate corridor (x-tiles wide) along centerline of waterway [http://wiki.openstreetmap.org/wiki/KAP-Dateien_aus_OSeaMap_erstellen#Python-Tool GMapCatcher example]&lt;br /&gt;
* lakes&lt;br /&gt;
** ...&lt;br /&gt;
&lt;br /&gt;
=== web frontend ===&lt;br /&gt;
* map showing boundingboxes according zoom level [http://www.transas.com/support/marine/chartCorrections/browse transas sample]&lt;br /&gt;
* sortable table&lt;br /&gt;
* search by name/number/area/purpose&lt;br /&gt;
* functions:&lt;br /&gt;
** search prefabricated files, check age&lt;br /&gt;
** trigger generating script in case file does not exist/ is obsolete&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Downloadable Maps]]&lt;/div&gt;</summary>
		<author><name>Wellenvogel</name></author>
		
	</entry>
</feed>