Update Onderdelen

Ton 2025-05-05 11:39:35 +02:00
parent 65ffa57390
commit e47b8808a4

@ -7,33 +7,6 @@ Hardware
| media convertor | fritsschuur | |
| LC fibre | Fritsschuur -> werkplaats | |
```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90,35],
[-90,30],
[-85,30],
[-85,35],
[-90,35]
]
]
}
}
]
}
```
```mermaid
graph TD;
A-->B;