Skip to content

Commit

Permalink
correct coordinate_system
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Jan 6, 2020
1 parent 76e78c5 commit 945aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/base-layer.js
Expand Up @@ -1069,7 +1069,7 @@ export default class Layer {
id: `${this.id}-hovered`,
pickable: false,
wrapLongitude: true,
coordinateSystem: COORDINATE_SYSTEM.LNGLAT_DEPRECATED
coordinateSystem: COORDINATE_SYSTEM.LNGLAT
}
}
}

0 comments on commit 945aeb4

Please sign in to comment.