Changes between Version 2 and Version 3 of Help/Styles/Images


Ignore:
Timestamp:
2014-10-23T19:43:36+02:00 (11 years ago)
Author:
skyper
Comment:

https

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/Images

    v2 v3  
    2525{{{#!mapcss
    2626node {
    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";
    2828}
    2929}}}
     
    4646}
    4747}}}
    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:
    4949{{{#!mapcss
    5050node {
     
    5858
    5959=== 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].
     60There 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].
    6161
    6262One 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.