Uni-Gebaeudenummern zeigen - da die Daten manuell gepflegt werden muessen, gerade...
authorUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Wed, 25 Oct 2017 09:47:21 +0000 (11:47 +0200)
committerUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Wed, 25 Oct 2017 09:47:21 +0000 (11:47 +0200)
styles/mapnik-osm-data/buildingnumbers.geojson [new file with mode: 0644]
styles/mapnik-osm-data/rrze-overlay.xml

diff --git a/styles/mapnik-osm-data/buildingnumbers.geojson b/styles/mapnik-osm-data/buildingnumbers.geojson
new file mode 100644 (file)
index 0000000..1897ab8
--- /dev/null
@@ -0,0 +1,116 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+    {
+      "geometry": {
+        "coordinates": [ 11.02702, 49.57394 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "113"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02751, 49.57356 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "113"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02981, 49.57364 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "128\n(NMI)"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.03062, 49.57425 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "128"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02873, 49.57307 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "115"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02596, 49.57337 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "142\n(Casa Huber)"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02659, 49.57280 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "114"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02813, 49.57432 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "112"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02811, 49.57488 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "112"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02880, 49.57536 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "112"
+      },
+      "type": "Feature"
+    },
+    {
+      "geometry": {
+        "coordinates": [ 11.02963, 49.57442 ],
+        "type": "Point"
+      },
+      "properties": {
+        "name": "119"
+      },
+      "type": "Feature"
+    }
+  ]
+}
+
index 7ea041dd6b662ccfa428a21679df1fccdaff5ece..19ada77917c24e2fdb8412e73ce3ec1d658329c5 100644 (file)
     </Rule>
 </Style>
 
+<Style name="gebaeudenummernfamos">
+    <Rule>
+      &maxscale_zoom17;
+      <TextSymbolizer size="9" fill="#009090" fontset-name="book-fonts" halo-radius="1" wrap-width="99" placement="interior">[name]</TextSymbolizer>
+    </Rule>
+</Style>
+
 <Style name="subwaylines" filter-mode="first">
   <Rule>
     &maxscale_zoom10;
     </Datasource>
 </Layer>
 
+<Layer name="gebaeudenummernfamos" status="on" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
+    <StyleName>gebaeudenummernfamos</StyleName>
+    <Datasource>
+        <Parameter name="type">geojson</Parameter>
+        <Parameter name="file">buildingnumbers.geojson</Parameter>
+    </Datasource>
+</Layer>
+
 </Map>
This page took 0.107126 seconds and 4 git commands to generate.