[bookmarks] Reduced links length

This commit is contained in:
Alex Zolotarev 2012-12-01 13:48:57 -08:00 committed by Alex Zolotarev
parent 990ad2780c
commit e2f51b92de

View file

@ -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"