Fix icons in modals
This commit is contained in:
parent
cecf1fd8a5
commit
cadd8869aa
@ -40,6 +40,7 @@ REPORT_DOWNVOTES_THRESHOLD = 1
|
||||
|
||||
|
||||
def preprocess_bordeaux(kmz_url):
|
||||
# Note: The Bordeaux KML file is a daily dump, not realtime info...
|
||||
KML_NAMESPACES = {
|
||||
'kml': 'http://www.opengis.net/kml/2.2',
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
:hint="hint"
|
||||
persistent-hint
|
||||
clearable
|
||||
append-icon="my_location"
|
||||
append-icon="mdi-crosshairs-gps"
|
||||
:rules="rules"
|
||||
v-on:input="onInputHandler"
|
||||
:menu-props="{ auto: true, overflowY: true }"
|
||||
|
@ -14,7 +14,7 @@
|
||||
:hint="shareLinkHint"
|
||||
@click="copyShareLink"
|
||||
v-model="shareMapViewURL"
|
||||
prepend-icon="share"
|
||||
prepend-icon="mdi-share-variant"
|
||||
></v-text-field>
|
||||
</v-card-text>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user