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"
] ,
2021-12-05 05:16:04 +01:00
"iconSize" : "50,50,center" ,
"icon" : "./assets/layers/crab_address/housenumber_blank.svg" ,
2021-12-02 02:54:28 +01:00
"label" : {
2021-12-05 05:16:04 +01:00
"render" : "<div style='margin-top: -42px; color: white' class='rounded-full p-1 font-bold relative'>{HNRLABEL}</div>"
2021-12-02 02:54:28 +01:00
}
}
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
}
2021-12-05 05:16:04 +01:00
}
2021-12-02 02:54:28 +01:00
]
}