Use GeoJSON types for geometries
This commit is contained in:
@@ -15,9 +15,9 @@ goog.require('goog.events.EventType');
|
|||||||
* @enum {string}
|
* @enum {string}
|
||||||
*/
|
*/
|
||||||
ol.geom.GeometryType = {
|
ol.geom.GeometryType = {
|
||||||
POINT: 'point',
|
POINT: 'Point',
|
||||||
LINE_STRING: 'line_string',
|
LINE_STRING: 'LineString',
|
||||||
POLYGON: 'polygon'
|
POLYGON: 'Polygon'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user