Skip to content

Commit

Permalink
Improve default Flander area
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Oct 22, 2024
1 parent f42eb10 commit 9323b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/spatial-hub/spatial-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ startup:

defaultareas:
- name: 'Flanders'
fqs: [ 'longitude:[2.296 TO 6.1468505859375]', 'latitude:[50.6 TO 51.5]' ]
wkt: 'POLYGON((2.296 50.6, 6.1468505859375 50.6, 6.1468505859375 51.5, 2.296 51.5, 2.296 50.6))'
fqs: [ 'longitude:[2.53 TO 5.94]', 'latitude:[50.67 TO 51.51]' ]
wkt: 'POLYGON((3.1364541015625136 50.703614412686576,4.307942626953132 50.66750592655175,6.25396728515625 50.69056635938614,5.73486328125 50.84008437514696,5.8831787109375 51.16858078147819,5.11962890625 51.498290180412624,4.390059143066427 51.51335575751126,4.028531372070314 51.27997716673762,3.4043527832031284 51.368584819595284,3.040395019531257 51.593088181545724,2.2905068359375136 51.37501454246799,2.5459389648437636 51.08919370321504,2.5816445312500136 50.83283057871291,2.8947548828125136 50.67403361381491,3.1364541015625136 50.703614412686576))'
areaSqKm: 13625
bbox: [ 50.65843926853822, 51.52780962525605, 2.296, 6.1468505859375 ]
bbox: [ 50.67, 51.51, 2.53, 5.94 ]
# - name: 'World'
# fqs: []
# wkt: 'POLYGON((-180 -90.0,180.0 -90.0,180.0 90.0,-180 90.0,-180 -90.0))'
Expand Down

0 comments on commit 9323b00

Please sign in to comment.