OpenLayers: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
(21 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
Webmapping Client Framework.
+
[[Webmapping Clients|Webmapping Client]] Framework mit JavaScript.
  
Startseite: [http://www.openlayers.org OpenLayers.org].
+
Siehe auch: [[GeoExt]], [[Leaflet]], [[Web Map Tiling]], [[Geovisualisierung]].
  
Open Source, Ajax.
+
Stichworte: Open Source, JavaScript, Ajax.
  
Weblinks:
+
Unterstützte Formate und Protokolle (gemäss API doc., alle read/write ausserwo angegeben): [[WMS]], [[WFS]], [[WFS]](T), [[GeoJSON]], [[GeoRSS]], [[GML]], [[KML]], [[WKT]], [[GPX]], [[OSM]] (write), ArcXML, ArcXML.Features, Text, XML.
 +
 
 +
OpenLayers Converter: [http://dev.openlayers.org/sandbox/crschmidt/projection/examples/ OpenLayers Format Conversion] von GeoJSON, KML, GeoRSS, GML, Well-Known Text (WKT). Ist eine Alternative z.B. zu [[GeoConverter]], geeignet für kleinere Dateien; kein Zwischenspeichern der Quelldaten nötig. "Simply paste your data, choose your format, and hit convert. Additionally, this tool supports reprojection to and from Spherical Mercator, the internal coordinate system used in Google Maps."
 +
 
 +
Beispiele:
 +
* [[OpenStreetMap-in-a-Box]]
 +
 
 +
== Weblinks ==
 +
 
 +
* Homepage/Startseite: [http://www.openlayers.org OpenLayers.org].
 
* [http://swm.wald.intevation.org/ Stand der Technik am Beispiel OpenLayers (Diplomarbeit)]
 
* [http://swm.wald.intevation.org/ Stand der Technik am Beispiel OpenLayers (Diplomarbeit)]
 +
* [http://shpuroff.com/maps/ Howto mashup... (shpuroff.com)]
 +
 +
* Bücher:
 +
** Siehe [[Online-Karten]]
  
== OpenLayers Converter ==
+
* Tutorials:
 +
** [http://workshops.opengeo.org/stack-intro/openlayers.html Introduction to an Open Source Geostack: OpenLayers]
 +
** [http://www.fossgis.de/konferenz/wiki/OpenLayers FOSSGIS2009]
 +
** [http://www.bostongis.com/?content_name=openlayers_tut_01#48 BostonGIS]
 +
** [http://www.cognitiones.de/doku.php/osm_openlayers_test Openlayers&OpenstreetMap]
 +
** [http://workshops.opengeo.org/openlayers/intro/doc/en/index.html OpenGeo]
  
Startseite: [http://dev.openlayers.org/sandbox/crschmidt/projection/examples/convert-data.html OpenLayers Format Conversion]. Alternative: [[GeoConverter]]
 
  
Eine freie Webapplikation, die eine einfache Konversion aller GIS-Daten-Formate anbietet, die in OpenLayers implementiert sind. Zurzeit sind dies [[GeoJSON]], [[GML]], [[KML]], [[WKT]].
 
  
"Simply paste your data, choose your format, and hit convert. Additionally, this tool supports reprojection to and from Spherical Mercator, the internal coordinate system used in Google Maps."
+
[[Kategorie:JavaScript]]

Version vom 11. Dezember 2012, 01:49 Uhr

Webmapping Client Framework mit JavaScript.

Siehe auch: GeoExt, Leaflet, Web Map Tiling, Geovisualisierung.

Stichworte: Open Source, JavaScript, Ajax.

Unterstützte Formate und Protokolle (gemäss API doc., alle read/write ausserwo angegeben): WMS, WFS, WFS(T), GeoJSON, GeoRSS, GML, KML, WKT, GPX, OSM (write), ArcXML, ArcXML.Features, Text, XML.

OpenLayers Converter: OpenLayers Format Conversion von GeoJSON, KML, GeoRSS, GML, Well-Known Text (WKT). Ist eine Alternative z.B. zu GeoConverter, geeignet für kleinere Dateien; kein Zwischenspeichern der Quelldaten nötig. "Simply paste your data, choose your format, and hit convert. Additionally, this tool supports reprojection to and from Spherical Mercator, the internal coordinate system used in Google Maps."

Beispiele:

Weblinks