forked from organicmaps/organicmaps-tmp
commit
12470f1757
9 changed files with 49 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
array<NSString *, 8> const kBookmarkColorsVariant
|
||||
array<NSString *, 9> const kBookmarkColorsVariant
|
||||
{{
|
||||
@"placemark-red",
|
||||
@"placemark-yellow",
|
||||
|
@ -16,7 +16,8 @@ array<NSString *, 8> const kBookmarkColorsVariant
|
|||
@"placemark-purple",
|
||||
@"placemark-orange",
|
||||
@"placemark-brown",
|
||||
@"placemark-pink"
|
||||
@"placemark-pink",
|
||||
@"placemark-hotel"
|
||||
}};
|
||||
|
||||
} // namespace
|
||||
|
|
23
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-off.imageset/Contents.json
vendored
Normal file
23
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-off.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-off.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-off@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-off@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-off.imageset/img_placemark-hotel-off.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-off.imageset/img_placemark-hotel-off.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 B |
Binary file not shown.
After Width: | Height: | Size: 342 B |
Binary file not shown.
After Width: | Height: | Size: 495 B |
23
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/Contents.json
vendored
Normal file
23
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-on.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-on@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "img_placemark-hotel-on@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on@2x.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 523 B |
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on@3x.png
vendored
Normal file
BIN
iphone/Maps/Images.xcassets/Place Page/img_placemark-hotel-on.imageset/img_placemark-hotel-on@3x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 756 B |
Loading…
Add table
Reference in a new issue