Commit dde957c3 authored by Manggar Mahardhika's avatar Manggar Mahardhika

jumat, 12/11/2021

- ganti base
- default sidebar
- change search
- on all point
parent 86a6dff1
......@@ -58,9 +58,13 @@ OpenStreetMap.onclick = function() {
WorldImagery.onclick = function() {
map.removeLayer(maps)
// https://{s}.tiles.wmflabs.org/osm-no-labels/{z}/{x}/{y}.png
maps = L.tileLayer("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", {
maxZoom: 22,
minZoom: 3,
// maps = L.tileLayer("https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", {
// maxZoom: 22,
// minZoom: 3,
// }).addTo(map);
maps = L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
id: 'mapbox/light-v9',
tileSize: 512, zoomOffset: -1
}).addTo(map);
};
......
......@@ -2863,6 +2863,21 @@
var marker = L.marker(latlng, {
icon: smallIcon
});
// conte = `
// <div id="bottom-justified-data" style="text-align: center;">
// <div style="font-family: Google Sans,Roboto,Arial,sans-serif;
// letter-spacing: 0">
// <p>
// ` + feature.administrasi.f1 + `
// </p>
// </div>
// </div>
// `;
// marker.bindPopup(conte,{
// closeOnClick: false,
// maxWidth: 100,
// permanent: true
// });
conten = `
<div id="bottom-justified-data" style="text-align: center;">
<div >
......@@ -2889,6 +2904,7 @@
}
},
onEachFeature: function(feature, layer) {
layer.on({
click: function(e) {
$("#modal_detail_non_kelurahan").modal('show');
......@@ -6551,6 +6567,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......@@ -6677,6 +6696,9 @@
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
<tr>
......@@ -6802,6 +6824,9 @@
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
<tr>
......@@ -6926,6 +6951,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......@@ -7051,6 +7079,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......@@ -7176,6 +7207,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......@@ -7377,6 +7411,9 @@
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
<tr>
......@@ -7501,6 +7538,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......@@ -7627,6 +7667,9 @@
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
<tr>
......@@ -7751,6 +7794,9 @@
</div>
</div>
`);
$(".btn_action").html(`
`)
content = `<table class="table table-hover tasks-list">
<thead style="text-align: center;">
......
......@@ -48,7 +48,7 @@
<div class="col-md-3">
<ul class="menu-list">
<a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" id="WorldImagery">
<img src="{% static 'img/maps/esri.PNG' %}" alt="" style="min-width: 180px; max-height: 130px;
<img src="{% static 'img/maps/mapbox.PNG' %}" alt="" style="min-width: 180px; max-height: 130px;
min-height: 130px">
<span class="menu-heading">
World Imagery</span>
......
......@@ -101,7 +101,7 @@ background: none;border-color: transparent;">
</div>
<div class="col-sm-9" style="margin-bottom: 2px;margin-top: -8px;">
Luas Wilayah <br>
<b>{{ global.1 }} Km2</b>
<b>{{ global.1|intcomma }} Km2</b>
</div>
</div>
<div class="row-bod row" style="border-bottom: 0.5pt solid #313649;color:white">
......@@ -183,21 +183,6 @@ background: none;border-color: transparent;">
</div>
</div>
<div class="tab-pane" id="bottom-tab2">
<div class="row-bod row" style="border-bottom: 0.5pt solid #313649;color:white">
<!-- <div class="col-sm-1"></div> -->
<div class="col-sm-5">
<!-- <img src="{% static 'img/icon-1/Buildings.svg' %}" alt=""> -->
</div>
<div class="col-sm-2" style="margin-top: -2px!important;">
<div class="checkbox checkbox-switchery">
<label>
<input type="checkbox" class="switchery-custom" id="po_all" onclick="gas_all()">
</label>
</div>
</div>
<div class="col-sm-5" style="margin-bottom: 2px;margin-top: -8px;">
</div>
</div>
<div class="row-bod row" style="border-bottom: 0.5pt solid #313649;color:white">
<div class="col-sm-1"></div>
<div class="col-sm-2">
......@@ -407,7 +392,21 @@ background: none;border-color: transparent;">
</label>
</div>
</div>
</div>
<div class="row-bod row" style="border-bottom: 0.5pt solid #313649;color:white;margin-top:7px;">
<!-- <div class="col-sm-1"></div> -->
<div class="col-sm-5">
<!-- <img src="{% static 'img/icon-1/Buildings.svg' %}" alt=""> -->
</div>
<div class="col-sm-2" style="margin-top: -2px!important;">
<div class="checkbox checkbox-switchery">
<label>
<input type="checkbox" class="switchery-custom" id="po_all" onclick="gas_all()">
</label>
</div>
</div>
<div class="col-sm-5" style="margin-bottom: 2px;margin-top: -8px;">
</div>
</div>
<!-- <div class="checkbox checkbox-switchery">
......
......@@ -632,7 +632,7 @@
</div>
`;
marker.bindTooltip(conten, {
permanent: false,
permanent: true,
className: "my-label",
direction: 'top',
offset: [0, -25]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment