UNPKG

compare-geojson

Version:

Compare a features new and old versions in GeoJSON

16 lines (13 loc) 392 B
'use strict'; var lowZoomFeatures = { 'disputed': ['yes'], 'admin_level': [3, 2], 'natural': ['water', 'wood'], 'waterway': ['riverbank'], 'boundary': ['disputed', 'national_park'], 'highway': ['motorway', 'trunk'], 'place': ['continent', 'ocean', 'sea', 'country', 'state', 'city'], 'aeroway': ['aerodrome'], 'landuse': ['reservoir'] }; module.exports = lowZoomFeatures;