Commit ceb27a33 authored by Muhamad's avatar Muhamad

cc

parent 8ecf5493
......@@ -915,7 +915,7 @@ background: none;border-color: transparent;">
$(".lebar_jalan_detail ").html("Null")
$(".proposal_detail ").html(`
<a href="media/proposal/null" id="downloadproposal ">
<img src="{% static 'img/icon-1/proposal.svg' %} " alt=" " style="height: 65px;width: 65px; ">
<img src="{% static 'img/icon-1/proposal.svg' %} " alt=" " style="height: 80px;width: 80px; ">
</a>`);
......
......@@ -2071,55 +2071,6 @@
dataType: 'json',
success: function(data) {
var geo_jalan = L.geoJson(null, {
// style: function(feature) {
// var zoom = map.getZoom()
// console.log(zoom)
// if (zoom < 18) {
// return {
// color: "#808080",
// weight: 8,
// opacity: 2,
// zIndex: 1000
// };
// } else if (zoom > 17 && zoom < 19) {
// return {
// color: "#808080",
// weight: 10,
// opacity: 2,
// zIndex: 1000
// };
// } else if (zoom > 18 && zoom < 20) {
// return {
// color: "#808080",
// weight: 20,
// opacity: 2,
// zIndex: 1000
// };
// } else if (zoom > 19 && zoom < 21) {
// return {
// color: "#808080",
// weight: 30,
// opacity: 2,
// zIndex: 1000
// };
// } else if (zoom > 20 && zoom < 22) {
// return {
// color: "#808080",
// weight: 50,
// opacity: 2,
// zIndex: 1000
// };
// } else if (zoom > 21 && zoom < 23) {
// return {
// color: "#808080",
// weight: 60,
// opacity: 2,
// zIndex: 1000
// };
// }
// },
onEachFeature: function(feature, layer) {
if (feature.properties) {
......
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