Skip to content

Commit

Permalink
import osm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Jun 23, 2019
1 parent 3793b27 commit 496f5c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/osm/client/Osm.js
Expand Up @@ -41,9 +41,7 @@ Kepler.Osm = {
return feature;
});
K.Map.hideCursor();
K.Map.addGeojson(geojson, function() {
K.Map.layers.geojson.invoke('openPopup');
});
K.Map.addGeojson(geojson, {noFitBounds: true});
}
if(_.isFunction(cb))
cb(geojson);
Expand Down

0 comments on commit 496f5c8

Please sign in to comment.