mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Get the list of maki icons
This commit is contained in:
+3
-1
@@ -1,5 +1,4 @@
|
||||
export { wikipedia as dataWikipedia } from 'wmf-sitematrix';
|
||||
export { default as dataFeatureIcons } from 'maki/www/maki-sprite.json';
|
||||
export { default as dataSuggestions } from 'name-suggestion-index/name-suggestions.json';
|
||||
|
||||
export { dataAddressFormats } from './address-formats.json';
|
||||
@@ -18,6 +17,9 @@ import { defaults } from './presets/defaults.json';
|
||||
import { categories } from './presets/categories.json';
|
||||
import { fields } from './presets/fields.json';
|
||||
|
||||
import maki from '@mapbox/maki';
|
||||
export var dataFeatureIcons = maki.layouts.all.all;
|
||||
|
||||
export var data = {
|
||||
imagery: dataImagery,
|
||||
presets: {
|
||||
|
||||
Reference in New Issue
Block a user