mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
added village sticker
This commit is contained in:
parent
9532a333be
commit
087a636b80
3 changed files with 12370 additions and 3 deletions
|
@ -48,6 +48,7 @@ export const STICKERS: IStickers = {
|
||||||
waterfall: { off: 18, title: 'Водопад', title_long: 'Водопад' },
|
waterfall: { off: 18, title: 'Водопад', title_long: 'Водопад' },
|
||||||
fields: { off: 19, title: 'Поля', title_long: 'Зеленые поля' },
|
fields: { off: 19, title: 'Поля', title_long: 'Зеленые поля' },
|
||||||
beach: { off: 38, title: 'Пляж', title_long: 'Жаркий пляж' },
|
beach: { off: 38, title: 'Пляж', title_long: 'Жаркий пляж' },
|
||||||
|
village: { off: 39, title: 'Деревня', title_long: 'Деревня' },
|
||||||
empty: { off: 20, title: 'Пусто', title_long: 'Пусто' },
|
empty: { off: 20, title: 'Пусто', title_long: 'Пусто' },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,6 +17,7 @@ import {
|
||||||
latLng,
|
latLng,
|
||||||
LatLngLiteral,
|
LatLngLiteral,
|
||||||
} from 'leaflet';
|
} from 'leaflet';
|
||||||
|
|
||||||
import { distKm, distToSegment, getPolyLength, pointInArea } from "$utils/geom";
|
import { distKm, distToSegment, getPolyLength, pointInArea } from "$utils/geom";
|
||||||
|
|
||||||
interface InteractivePolylineOptions extends PolylineOptions {
|
interface InteractivePolylineOptions extends PolylineOptions {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 791 KiB After Width: | Height: | Size: 1.7 MiB |
Loading…
Add table
Add a link
Reference in a new issue