OpenSeaMap-dev:SMED-2: Unterschied zwischen den Versionen

Aus OpenSeaMap-dev
Wechseln zu: Navigation, Suche
(General)
Zeile 1: Zeile 1:
'''SMED-2''' is a editor GUI working in JOSM for mapping nautical and water sport tags.  
+
'''SMED-2''' JOSM plugin for mapping seamark tags with a GUI panel.  
  
 
SMED-2 is the successor of [[OpenSeaMap-dev:SMED|SMED]] (SeaMapEDitor).
 
SMED-2 is the successor of [[OpenSeaMap-dev:SMED|SMED]] (SeaMapEDitor).
  
 
== Aims ==
 
== Aims ==
 
+
This editor will provide the means to tag all of the OpenSeaMap S57-based objects, relieving the mapper from the need to learn all the tags and valid values. It will incorporate the OpenSeaMap renderer, which will display the actual map renderings as an imagery layer in the JOSM map display panel, replacing the existing MapPaint style. It will eventually provide the means to import and export ENC files as well as the standard OSM files.
  
 
== Structure ==
 
== Structure ==
=== SMED-2 ===
+
=== Code ===
 
...
 
...
 
: [http://svn.openstreetmap.org/applications/editors/josm/plugins/smed2 SMED-2 Code in JOSM-SVN]
 
: [http://svn.openstreetmap.org/applications/editors/josm/plugins/smed2 SMED-2 Code in JOSM-SVN]
 
: [http://svn.openstreetmap.org/applications/editors/josm/plugins/smed/ SMED-1 Code in JOSM-SVN]
 
: [http://svn.openstreetmap.org/applications/editors/josm/plugins/smed/ SMED-1 Code in JOSM-SVN]
 
=== Java Renderer ===
 
Malcolm is working on a Java-renderer, who will replace the existing OpenSeaMap-, Whitewater- and Watersports- MapPaint-style in JOSM.
 
 
== Tabs ==
 
{| class="wikitable sortable"
 
! Tab || OK || class="unsortable" | Remarks
 
|-
 
| Buoys and Beacons ||  || Similar to SMED-1
 
|-
 
| Lights ||  || Similar to SMED-1, without landmarks, added by specifics of physical structure of lights
 
|-
 
| Harbours ||  || Replace and expand the harbour preset
 
|-
 
| Landmarks ||  || Similar to landmarks part of SMED-1 tab lights
 
|-
 
| Waterways ||  || Replace and expand the waterway preset
 
|-
 
| Inland marks ||  || CEVNI
 
|-
 
| Diving ||  || Replace the diving preset
 
|-
 
| Canoeing ||  || Replace the canoeing preset
 
|-
 
| ... ||  ||
 
|-
 
| Help ||  || overall help (Wiki), added by context specific help (Wiki)
 
|-
 
| About ||  || Version, credits, donation
 
|}
 
 
== General ==
 
SMED needs to represent users thoughts.
 
 
; Light
 
: The user would like to set a "lighthouse". In the users meaning this is a building or an other structure with a nautical light on it (but not a buoy or beacon). So he needs the possibility to describe the light character, and the structure or landmark as well.
 
: Additional things like radar, AIS, radio, etc. the users will search in "lights" too.
 
: Storm warning lights the users will search in "lights" too.
 
 
; Landmark
 
: The user would like to set a "landmark". In the users meaning this is a building or an other structure with a nautical relevance as landmark. So he needs the possibility to describe the structure, and the function as well.
 
: High buildings often are used to carry some radio features (aviation, telecommunication, radar, television, etc).
 
 
; Harbour
 
: Here we need specific things like harbour master, customs, sailing club, fuel station, ship crane, slipway, traveller lift, shipyard, ship chandler, sail maker, "Trockenliegeplatz", "Schiffslagerhalle", etc.
 
: Also common things like toilet, shower, drinking water, bakery, supermarket, etc.
 
: And we need a link to SkipperGuide, so the user can add and edit the harbour description in the Wiki directly.
 
: We need also all around ferry stations.
 
: And of course all about industrial harbours (container crane, container area, etc).
 
 
; Canoeing
 
: Canoeists needs all which is now in the preset.
 
: They need also camping place, picnic and fire place, canoeing club, canoe rent station, etc.
 

Version vom 4. Oktober 2013, 14:14 Uhr

SMED-2 JOSM plugin for mapping seamark tags with a GUI panel.

SMED-2 is the successor of SMED (SeaMapEDitor).

Aims

This editor will provide the means to tag all of the OpenSeaMap S57-based objects, relieving the mapper from the need to learn all the tags and valid values. It will incorporate the OpenSeaMap renderer, which will display the actual map renderings as an imagery layer in the JOSM map display panel, replacing the existing MapPaint style. It will eventually provide the means to import and export ENC files as well as the standard OSM files.

Structure

Code

...

SMED-2 Code in JOSM-SVN
SMED-1 Code in JOSM-SVN