Introduce Mimirsbrunn geocoder and improve addresses & maps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
22
js/src/utils/.editorconfig
Normal file
22
js/src/utils/.editorconfig
Normal file
@@ -0,0 +1,22 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.ex]
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
|
||||
[*.scss]
|
||||
indent_size = 2
|
||||
|
||||
[*.ts]
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
61
js/src/utils/poiIcons.ts
Normal file
61
js/src/utils/poiIcons.ts
Normal file
@@ -0,0 +1,61 @@
|
||||
export default {
|
||||
default: {
|
||||
icon: 'map-marker',
|
||||
color: '#5C6F84',
|
||||
},
|
||||
defaultAdministrative: {
|
||||
icon: 'city',
|
||||
color: '#5c6f84',
|
||||
},
|
||||
defaultStreet: {
|
||||
icon: 'road-variant',
|
||||
color: '#5c6f84',
|
||||
},
|
||||
defaultAddress: {
|
||||
icon: 'home',
|
||||
color: '#5c6f84',
|
||||
},
|
||||
place_house: {
|
||||
icon: 'home',
|
||||
color: '#5c6f84',
|
||||
},
|
||||
theatre: {
|
||||
icon: 'drama-masks',
|
||||
},
|
||||
parking: {
|
||||
icon: 'parking',
|
||||
},
|
||||
police: {
|
||||
icon: 'police-badge',
|
||||
},
|
||||
post_office: {
|
||||
icon: 'email',
|
||||
},
|
||||
university: {
|
||||
icon: 'school',
|
||||
},
|
||||
college: {
|
||||
icon: 'school',
|
||||
},
|
||||
park: {
|
||||
icon: 'pine-tree',
|
||||
},
|
||||
garden: {
|
||||
icon: 'pine-tree',
|
||||
},
|
||||
bicycle_rental: {
|
||||
icon: 'bicycle',
|
||||
},
|
||||
hospital: {
|
||||
icon: 'hospital-box',
|
||||
},
|
||||
townhall: {
|
||||
icon: 'office-building',
|
||||
},
|
||||
toilets: {
|
||||
icon: 'human-male-female',
|
||||
},
|
||||
hairdresser: {
|
||||
icon: 'content-cut',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user