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