Skip to content

Commit

Permalink
#81 fix icon not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihkel Oviir committed Sep 23, 2019
1 parent f60486a commit 9fca522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geop/components/layer/UrlLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class UrlLayer extends Component {
return null
}
addMarker (coordString) {
const coords = coordString.split('-')
const coords = coordString.split('/')
if (coords && coords.length === 2) {
const feature = {
type: 'Feature',
Expand Down

0 comments on commit 9fca522

Please sign in to comment.