Rename defaultDataProjection to dataProjection #8152

This commit is contained in:
ThomasG77
2018-05-03 21:12:41 +02:00
committed by Guillaume Beraudo
parent 6c538c12f6
commit cbaa9a7567
12 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const IGC = function(opt_options) {
/**
* @inheritDoc
*/
this.defaultDataProjection = getProjection('EPSG:4326');
this.dataProjection = getProjection('EPSG:4326');
/**
* @private