added village sticker

This commit is contained in:
muerwre 2019-02-27 13:18:27 +07:00
parent 9532a333be
commit 087a636b80
3 changed files with 12370 additions and 3 deletions

View file

@ -48,6 +48,7 @@ export const STICKERS: IStickers = {
waterfall: { off: 18, title: 'Водопад', title_long: 'Водопад' },
fields: { off: 19, title: 'Поля', title_long: 'Зеленые поля' },
beach: { off: 38, title: 'Пляж', title_long: 'Жаркий пляж' },
village: { off: 39, title: 'Деревня', title_long: 'Деревня' },
empty: { off: 20, title: 'Пусто', title_long: 'Пусто' },
}
},

View file

@ -17,6 +17,7 @@ import {
latLng,
LatLngLiteral,
} from 'leaflet';
import { distKm, distToSegment, getPolyLength, pointInArea } from "$utils/geom";
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

Before After
Before After