source: osm/applications/editors/josm/oldplugins/osmarender/stylesheets/osm-POI-features-z16.xml@ 36358

Last change on this file since 36358 was 35743, checked in by stoecker, 4 years ago

readd files directly

File size: 745 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<?xml-stylesheet type="text/xsl" href="osmarender.xsl"?>
3
4<!-- Tiles@Home Rules File for zoom level 16 -->
5
6<rules
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 data="data.osm"
10 svgBaseProfile="full"
11 scale="1"
12 symbolScale="1"
13 textAttenuation="0.44"
14 minimumMapWidth="1"
15 minimumMapHeight="1"
16 withOSMLayers="yes"
17 withUntaggedSegments="no"
18 showScale="no"
19 showGrid="no"
20 showBorder="no"
21 showLicense="no"
22 interactive="no">
23
24
25
26 <!-- SVG Definitions - markers, symbols etc go here -->
27 <defs>
28
29 <style id="styles" type="text/css" xmlns="http://www.w3.org/2000/svg">
30 </style>
31
32 </defs>
33
34</rules>
Note: See TracBrowser for help on using the repository browser.