forked from organicmaps/organicmaps
[bookmarks] Reduced links length
This commit is contained in:
parent
990ad2780c
commit
e2f51b92de
1 changed files with 7 additions and 7 deletions
|
@ -278,49 +278,49 @@ char const * kmlHeader =
|
|||
" <Style id=\"placemark-blue\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-blue.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-blue.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-brown\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-brown.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-brown.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-green\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-green.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-green.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-orange\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-orange.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-orange.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-pink\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-pink.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-pink.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-purple\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-purple.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-purple.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
" <Style id=\"placemark-red\">\n"
|
||||
" <IconStyle>\n"
|
||||
" <Icon>\n"
|
||||
" <href>http://www.mapswithme.com/placemarks/placemark-red.png</href>\n"
|
||||
" <href>http://mapswith.me/placemarks/placemark-red.png</href>\n"
|
||||
" </Icon>\n"
|
||||
" </IconStyle>\n"
|
||||
" </Style>\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue