2021-12-02 02:54:28 +01:00
{
"id" : "crab_address" ,
"description" : "Address data for Flanders by the governement, suited for import into OpenStreetMap. Datadump from 2021-10-26. This layer contains only visualisation logic. Import buttons should be added via an override." ,
"source" : {
"osmTags" : "HUISNR~*" ,
"geoJson" : "https://pietervdvn.github.io/CRAB_2021_10_26/tile_{z}_{x}_{y}.geojson" ,
"geoJsonZoomLevel" : 18 ,
"maxCacheAge" : 0
} ,
"name" : "CRAB-addressen" ,
"title" : "CRAB-adres" ,
"mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"iconSize" : "15,15,center" ,
"label" : {
"render" : "<div style='background:#faa' class='rounded-full'>{HNRLABEL}</div>"
}
}
2021-12-02 23:02:37 +01:00
] ,
2021-12-02 02:54:28 +01:00
"tagRenderings" : [
{
"id" : "render_crab" ,
"render" : {
2021-12-02 23:02:37 +01:00
"nl" : "Volgens het CRAB ligt hier <b>{STRAATNM}</b> {HUISNR} (label: {HNRLABEL})"
2021-12-02 02:54:28 +01:00
}
} ,
"all_tags"
]
}