-
Notifications
You must be signed in to change notification settings - Fork 374
Closed
Description
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm20.aspx.cs" Inherits="LeafletwithSVGSetColor.WebForm20" %>
<title></title> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.16/vue.js"></script> <script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script> <script src="https://unpkg.com/vue2-leaflet@1.0.1/dist/vue2-leaflet.js"></script> <style> html, body, #app { height: 100%; margin: 0; } </style> new Vue({
el: '#app',
components: {
'v-map': Vue2Leaflet.Map,
'v-tilelayer': Vue2Leaflet.TileLayer,
'v-marker': Vue2Leaflet.Marker
}
data() {
return {
zoom: 13,
center: L.latLng(47.413220, -1.219482),
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
marker: L.latLng(47.413220, -1.219482),
}
}
});
</script>
</form>
Metadata
Metadata
Assignees
Labels
No labels