From a8961877e8e28085b74d8ec851958c3bbf72a6a8 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 22 Jul 2014 15:21:27 +0200 Subject: [PATCH] Add link to the OSM XML documentation --- src/ol/format/osmxmlformat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/format/osmxmlformat.js b/src/ol/format/osmxmlformat.js index 77dacd531d..456247d47d 100644 --- a/src/ol/format/osmxmlformat.js +++ b/src/ol/format/osmxmlformat.js @@ -17,7 +17,8 @@ goog.require('ol.xml'); /** * @classdesc - * Feature format for reading and writing data in the OSMXML format. + * Feature format for reading data in the + * [OSMXML format](http://wiki.openstreetmap.org/wiki/OSM_XML). * * @constructor * @extends {ol.format.XMLFeature}