You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been experimenting with the NUTS regions from eurostat. These regions are available in 5 different scales: 1:60M to 1:1M, the lowest resolution is only about 1.1MB for the entire data set, the highest is about 40MB. Since, depending on the use case and zoom level, one might want a different scale I figured it would make sense to have them all available.
How I currently have it set it up:
Each NUTS region has a Thing
Each of these Things has 5 Locations
Each location has its scale stored in properties/scale
When displaying the regions on a map, I fetch the Things, with a filtered expand on the Locations, based on the scale:
Hi All,
Recently I've been experimenting with the NUTS regions from eurostat. These regions are available in 5 different scales: 1:60M to 1:1M, the lowest resolution is only about 1.1MB for the entire data set, the highest is about 40MB. Since, depending on the use case and zoom level, one might want a different scale I figured it would make sense to have them all available.
How I currently have it set it up:
When displaying the regions on a map, I fetch the Things, with a filtered expand on the Locations, based on the scale:
To view this on a map, have a look at: https://wg-brgm.docker01.ilt-dmz.iosb.fraunhofer.de/servlet/is/216/
Has anyone else experimented with Locations with multiple scales?
The text was updated successfully, but these errors were encountered: