mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
24 lines
311 B
JSON
24 lines
311 B
JSON
|
{
|
||
|
"another_bicycle": {
|
||
|
"height": 30,
|
||
|
"pixelRatio": 2,
|
||
|
"width": 30,
|
||
|
"x": 40,
|
||
|
"y": 32
|
||
|
},
|
||
|
"bear": {
|
||
|
"height": 32,
|
||
|
"pixelRatio": 2,
|
||
|
"width": 32,
|
||
|
"x": 40,
|
||
|
"y": 0
|
||
|
},
|
||
|
"sub/circle": {
|
||
|
"height": 40,
|
||
|
"pixelRatio": 2,
|
||
|
"width": 40,
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
}
|
||
|
}
|