Changes between Version 2 and Version 3 of Help/Styles/Images
- Timestamp:
- 2014-10-23T19:43:36+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/Images
v2 v3 25 25 {{{#!mapcss 26 26 node { 27 icon-image: "http://upload.wikimedia.org/wikipedia/en/9/9d/Commons-logo-31px.png"; 27 icon-image: "https://upload.wikimedia.org/wikipedia/en/9/9d/Commons-logo-31px.png"; 28 28 } 29 29 }}} … … 46 46 } 47 47 }}} 48 Images on the OSM-Wiki:: Image files from the OSM-wiki can be linked in a special way. This is supposed to be compatible with the `wiki:symbol`-Tag, see [ http://wiki.openstreetmap.org/wiki/DE:Hiking DE:Hiking]. Example:48 Images on the OSM-Wiki:: Image files from the OSM-wiki can be linked in a special way. This is supposed to be compatible with the `wiki:symbol`-Tag, see [osmwiki:DE:Hiking DE:Hiking]. Example: 49 49 {{{#!mapcss 50 50 node { … … 58 58 59 59 === Vector formats === 60 There is also basic build-in support for ''scalable vector graphics'' (`svg`). Most `svg`-images should be rendered correctly, but in some cases the result may be flawed. This is due to limitations of the used [http://svgsalamander.java.net/ svg-library]. 60 There is also basic build-in support for ''scalable vector graphics'' (`svg`). Most `svg`-images should be rendered correctly, but in some cases the result may be flawed. This is due to limitations of the used [https://svgsalamander.java.net/ svg-library]. 61 61 62 62 One thing you can be sure of, is that the rendering is consistent on all systems. So either the result looks OK, or it does not.
