WikiGIS: Unterschied zwischen den Versionen

Aus Geometa Lab OST
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
(13 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
WikiGIS ist Wort-Kombination von 'Wiki' und [[GIS]]. Das Wort Wiki heisst 'schnell' auf hawaiianisch und es ist besonders durch Wikipedia bekannt geworden. Ein Wiki ist eine Art Content Management System (CMS), das einfach bedient werden kann.
WikiGIS ist Wort-Kombination von '[[Wiki]]' und [[GIS]]. Unten findet man eine (englischsprachige) Liste von Anwendungsfällen (Use Cases), wie ein Wiki erweitert werden kann mit (Web-)GIS-Funktionen.


Es folgt eine (englischsprachige) Liste von Anwendungsfällen (Use Cases), wie ein Wiki erweitert werden kann mit (Web-)GIS-Funktionen.
== Wiki mit Punkt-Karte ==


Ergänzungen und Kommentare sind willkommen!
Die Wiki-Idee kann auch auf die Verwaltung von punkthaften Geo-Objekten (wie z.B. POIs) und deren Darstellung in Online-Karten angewendet werden. Dies entspricht dem Use Case 1 und 4 unten. Einige Beispiele dazu sind in der [[Google Maps#Gallerie]] zu sehen.


=== Use Cases for the enrichment of CMS/Wiki through integration with web maps ===
Zu diesem Wiki gehört diese [http://www.geometa.info/rappi1/pointmap.php GISpunkt Wiki-Karte]. Dies ist eine eigene [[MediaWiki]]-Extension namens [[WikiPointMap]] (Open Source).


CMS/Wiki-Frontend:
== 'Geo'-Vorlagen für Punktgeometrien ==
# Embed coordinates in (= georeference) page and/or paragraph to link to map (use e.g. like Wikipedia WP:GEO template)
 
## textually manually
Hier ein Überblick zu 'Geo'-Vorlagen für Punktgeometrien, wie sie aktuell in einigen Wikipedia's empfohlen werden:
* de_DE: '{{Koordinate Artikel...' (WP:GEO) (vgl. [http://de.wikipedia.org/wiki/Kategorie:Vorlage_mit_Koordinate de:Vorlage mit Koordinate])
* de_CH: '"Infobox Ort in Land XX"', wobei hier XX für Schweiz steht (die Infobox/Vorlage ist programmatisch verlinkt mit '{{CH-Koordinate...'  bzw. {{GeoDMS...')
* en: '{{Coord...' ([http://en.wikipedia.org/wiki/Template:Coord WP:COORD]) (ersetzte erst kürzlich '{{coor...', welches von ''Google Earth'' nach wie vor empfohlen wird!)
* Dazu kommen z.B. Extensions, wie [http://www.mediawiki.org/wiki/Extension:KML_Export KML_Export], die auf '{{GeoDMS...' achten.
 
Unsere Empfehlungen:
* Oberste Priorität hat Einheitlichkeit, gefolgt von Funktionalität.
* Mittelfristig wäre für Mediawikis oder Wikis allgemein '{{Coord...' zu empfehlen.
* Auch in diesem GISpunkt Wiki gilt [[Vorlage:Coord]] in den Artikeln (dies ist hier intern ein Alias zu [[Vorlage:GeoDMS]]).
 
== Use Cases ==
 
...for the enrichment of CMS/Wiki through integration with web maps.
 
CMS/Wiki/Blog Frontend:
# Embed coordinates in a (georeferenced) page and/or paragraph to link to a map (use e.g. like Wikipedia WP:GEO template)
## textually/manually
## through a web map (see e.g. [http://www.geo-tag.de])
## through a web map (see e.g. [http://www.geo-tag.de])
# Add and show new static page via RESTfull webservice (GET/POST call)  
# Add and show new static page via URL (RESTfull GET/POST call)  
# Extended Search: Show georeferenced articles nearby given coordinates.
# Extend Search: URL request with a lat/lon coordinates. Show page of georeferenced articles nearby as list as response.
# Add online web map page
# Wiki pages showing online web maps (see also below):
## Embed an online web map in a Wiki page through a template (iframe)
## Treat a single online web map page as an alternative to the home page (special case)


CMS/Wiki-Backend:
CMS/Wiki/Blog Backend:
# GeoRSS webservice (variants: last 20 items added, all items)
# Given an URL, return georeferenced pages as GeoRSS (RSS/Atom) or KML feed:
# KML webservice (as network link)
## return all (no restrictions/filter)
# Adapted Error Handling (better than "Your are not allowed to view this page...").
## restrict to last 20 items added.
## restrict to bbox given as URL key-values similar to WMS (needs simple geowebserver or WFS/wfssimple)
## restrict to categories given as URL key-values
# Adapt Error Handling (better than "Your are not allowed to view this page...").


Application web map (see Google Maps API, OpenLayers.org or worldkit.org):
Online web maps libraries (see Google Maps API, OpenLayers.org or worldkit.org):
# Show all georeferenced pages as POIs (e.g. via GeoRSS)
# Show all georeferenced pages as markers/POIs (e.g. via GeoRSS)
# GeoBookmark: Zoom to where indicated if called with key-value (e.g. <my_domain.com>?lat={lat}&lon={lon})
# GeoBookmark: Zoom to where indicated if called with URL incl. key-value (e.g. <my_domain.com>?lat={lat}&lon={lon})
# Add a new POI interactively which links to (new) static page in CMS/Wiki (see #2 in CMS/Wiki frontend). (title becomes new article/static page or Wiki-URL).
# Add a new POI interactively which links to (new) static page in CMS/Wiki (see #2 in CMS/Wiki frontend). (title becomes new article/static page or Wiki-URL).
# Show list of POIs shown on map window.
# Show list of POIs to the left or right sidebar which are currently shown in the map window.
 
More uses cases like:
* Show POIs on Map, eventually filtered
* Show POIs within bounding box on sidebar
* Show POIs categories on sidebar, etc.
 
Alternate Usages:
* Link to a location with information attached to it (as showed in WebPark).


== Weblinks ==
== Weblinks ==

Aktuelle Version vom 23. Juli 2007, 22:04 Uhr

WikiGIS ist Wort-Kombination von 'Wiki' und GIS. Unten findet man eine (englischsprachige) Liste von Anwendungsfällen (Use Cases), wie ein Wiki erweitert werden kann mit (Web-)GIS-Funktionen.

Wiki mit Punkt-Karte

Die Wiki-Idee kann auch auf die Verwaltung von punkthaften Geo-Objekten (wie z.B. POIs) und deren Darstellung in Online-Karten angewendet werden. Dies entspricht dem Use Case 1 und 4 unten. Einige Beispiele dazu sind in der Google Maps#Gallerie zu sehen.

Zu diesem Wiki gehört diese GISpunkt Wiki-Karte. Dies ist eine eigene MediaWiki-Extension namens WikiPointMap (Open Source).

'Geo'-Vorlagen für Punktgeometrien

Hier ein Überblick zu 'Geo'-Vorlagen für Punktgeometrien, wie sie aktuell in einigen Wikipedia's empfohlen werden:

  • de_DE: '{{Koordinate Artikel...' (WP:GEO) (vgl. de:Vorlage mit Koordinate)
  • de_CH: '"Infobox Ort in Land XX"', wobei hier XX für Schweiz steht (die Infobox/Vorlage ist programmatisch verlinkt mit '{{CH-Koordinate...' bzw. {{GeoDMS...')
  • en: '{{Coord...' (WP:COORD) (ersetzte erst kürzlich '{{coor...', welches von Google Earth nach wie vor empfohlen wird!)
  • Dazu kommen z.B. Extensions, wie KML_Export, die auf '{{GeoDMS...' achten.

Unsere Empfehlungen:

  • Oberste Priorität hat Einheitlichkeit, gefolgt von Funktionalität.
  • Mittelfristig wäre für Mediawikis oder Wikis allgemein '{{Coord...' zu empfehlen.
  • Auch in diesem GISpunkt Wiki gilt Vorlage:Coord in den Artikeln (dies ist hier intern ein Alias zu Vorlage:GeoDMS).

Use Cases

...for the enrichment of CMS/Wiki through integration with web maps.

CMS/Wiki/Blog Frontend:

  1. Embed coordinates in a (georeferenced) page and/or paragraph to link to a map (use e.g. like Wikipedia WP:GEO template)
    1. textually/manually
    2. through a web map (see e.g. [1])
  2. Add and show new static page via URL (RESTfull GET/POST call)
  3. Extend Search: URL request with a lat/lon coordinates. Show page of georeferenced articles nearby as list as response.
  4. Wiki pages showing online web maps (see also below):
    1. Embed an online web map in a Wiki page through a template (iframe)
    2. Treat a single online web map page as an alternative to the home page (special case)

CMS/Wiki/Blog Backend:

  1. Given an URL, return georeferenced pages as GeoRSS (RSS/Atom) or KML feed:
    1. return all (no restrictions/filter)
    2. restrict to last 20 items added.
    3. restrict to bbox given as URL key-values similar to WMS (needs simple geowebserver or WFS/wfssimple)
    4. restrict to categories given as URL key-values
  2. Adapt Error Handling (better than "Your are not allowed to view this page...").

Online web maps libraries (see Google Maps API, OpenLayers.org or worldkit.org):

  1. Show all georeferenced pages as markers/POIs (e.g. via GeoRSS)
  2. GeoBookmark: Zoom to where indicated if called with URL incl. key-value (e.g. <my_domain.com>?lat={lat}&lon={lon})
  3. Add a new POI interactively which links to (new) static page in CMS/Wiki (see #2 in CMS/Wiki frontend). (title becomes new article/static page or Wiki-URL).
  4. Show list of POIs to the left or right sidebar which are currently shown in the map window.

Weblinks

Wiki-Karte und Geo-Tagging von Artikel und Google Maps Extensions für MediaWiki siehe MediaWiki.

Es gibt auch Webmap kombiniert mit Blog (WordPress): http://wikimap.sourceforge.net/