forked from 0x2620/oxjs
add maplibre-gl-geocoder
This commit is contained in:
parent
25cd3f6bb1
commit
f3b8025e8e
3 changed files with 287 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ def build_oxjs(downloads=False, geo=False):
|
|||
|
||||
# copy & link
|
||||
ui_files = {'dev': [], 'min': []}
|
||||
css_files = ['maplibre-gl.css']
|
||||
css_files = ['maplibre-gl.css', 'maplibre-gl-geocoder.css']
|
||||
for path, dirnames, filenames in os.walk(source_path):
|
||||
for filename in filenames:
|
||||
if '_' not in path and filename[0] not in '._' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue