Skip to content

Commit

Permalink
[Fix][xs]: Center the map to herne
Browse files Browse the repository at this point in the history
  • Loading branch information
sagargg committed Jun 13, 2024
1 parent fba6700 commit c4309fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/rvr/assets/js/rvrSpatialQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ this.ckan.module('rvr-spatial-query', function ($, _) {
bounds = L.latLngBounds(corner1, corner2);

this.options.default_extent = bounds;
this.options.default_view = [51.53662006757711, 7.9241345200178];
this.options.default_view = [51.536580949569675, 7.17347947876029];
this.el.ready(this._onReady);
},

Expand Down

0 comments on commit c4309fd

Please sign in to comment.