{ "settings": { "featureName": "properties.geo.name", "featureID": "properties._IDOBJ", "osmtags": { "name": "currentFeature.properties.geo.name", "amenity": "'school'", "phone": "i18nPhone(currentFeature.properties.TELEPHONE)", "source:ref": "currentFeature.properties._IDOBJ" }, "osmfilter": [ "feature.properties.tags.landuse !== undefined", "feature.properties.tags.boundary !== undefined", "feature.properties.tags.type === 'boundary'" ] } }