Skip to content

Latest commit

 

History

History
128 lines (72 loc) · 4.05 KB

dependencies.md

File metadata and controls

128 lines (72 loc) · 4.05 KB

Dependencies of our map

The following external sites/services are used to display the various layers.

OSM base layer

OpenStreetMap server

Our tile server (Bravo)

All should return a png tile with the size 256x256 px.

Seamarks

t1.openseamap.org

Examples

Should return a png tile with the size 256x256 px.

Harbours

Fetches data from https://harbour.openseamap.org/

(The php scripts queries a local database with seems to run on dev.openseamap.org)

Examples

Should return a text/html file with some content like:

putHarbourMarker(1226, 16.396666666667, 43.163333333333, 'Sv._Klement - Marina Palmižana', 'http://www.skipperguide.de/wiki/Sv._Klement#Marina_Palmi.C5.BEana', '5');

Tidal scale

Fetches data from external servers:

Scales in Germany

Should return a text/javascript file that should call a function putTidalScaleMarker(...).

Scales in Switzerland

Should return a text/javascript file that should call a function putTidalScaleMarker(...).

Information in the popup

Weather

Should return a image/png.

Pegel Online

Should return a text/html website.

Sport layer

Should return a png tile with the size 256x256 px.

Aerial photo (Bing)

Bing should deliver tiles. (How to test?)

Elevation Profile

Contours

Should return an image.

Hillshade

Should return an image.

Marine Profile

Should return a image/png.

Wikipedia links

Queries data via api/proxy-wikipedia.php

Should return a kml file.

Marine Traffic

Should return a xml file.

Water depth

Should return a image/png.

Depth Contours

Should return a image/png.

Download chart

Should return a text/xml.

Search

Fetched via api/nominatim.php

Should return a text/xml.