jobes / laamap

aviation map
https://jobes.github.io/laamap/
0 stars 1 forks source link

show only active air spaces #31

Open jobes opened 1 year ago

jobes commented 1 year ago

map with current activated air spaces: https://gis.lps.sk/vfrm/index.html# show active air spaces

jobes commented 1 month ago

for slovakia input params: f: json where: (lower_fl <> 'FL' OR lower_val <= 195) AND (localtype_txt IS NULL OR localtype_txt <> 'NPZ') AND (status = 'ACTIVE' OR status = 'APPROVED' OR status = 'ALLOCATED' OR status = 'REFERENCE_ALLOCATED' OR status = 'PENDING') returnGeometry: true spatialRel: esriSpatialRelIntersects outFields: * outSR: 102100 resultOffset: 0 resultRecordCount: 1000

URL: https://gis.lps.sk/server/rest/services/Hosted/Reservation_(Public)2/FeatureServer/0/query