Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OKU-GIS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhamad
OKU-GIS
Commits
ceb27a33
Commit
ceb27a33
authored
Oct 18, 2021
by
Muhamad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cc
parent
8ecf5493
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
58 deletions
+9
-58
templates/includes/sidebar.html
templates/includes/sidebar.html
+1
-1
templates/layout/layout.html
templates/layout/layout.html
+8
-57
No files found.
templates/includes/sidebar.html
View file @
ceb27a33
...
...
@@ -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: 65
px; ">
<img src="{% static 'img/icon-1/proposal.svg' %} " alt=" " style="height:
80px;width: 80
px; ">
</a>`
);
...
...
templates/layout/layout.html
View file @
ceb27a33
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment