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
b36b0f09
Commit
b36b0f09
authored
Jan 27, 2022
by
Muhamad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
null
parent
c8c11979
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
static/js/scripts_js_m.js
static/js/scripts_js_m.js
+5
-4
No files found.
static/js/scripts_js_m.js
View file @
b36b0f09
...
...
@@ -10475,26 +10475,27 @@ var geo_bangunan = L.geoJson(null, {
}
else
{
history
=
``
}
console
.
log
(
feature
.
administrasi
)
if
(
feature
.
administrasi
.
f15
==
'
None
'
)
{
if
(
feature
.
administrasi
.
f15
==
null
)
{
var
njop
=
0
}
else
{
var
njop
=
feature
.
administrasi
.
f15
.
toLocaleString
()
}
if
(
feature
.
administrasi
.
f16
==
'
None
'
)
{
if
(
feature
.
administrasi
.
f16
==
null
)
{
var
njoptkp
=
10000000
}
else
{
var
njoptkp
=
feature
.
administrasi
.
f16
.
toLocaleString
()
}
if
(
feature
.
administrasi
.
f17
==
'
None
'
)
{
if
(
feature
.
administrasi
.
f17
==
null
)
{
var
njkp
=
0
}
else
{
var
njkp
=
feature
.
administrasi
.
f17
.
toLocaleString
()
}
if
(
feature
.
administrasi
.
f18
==
'
None
'
)
{
if
(
feature
.
administrasi
.
f18
==
null
)
{
var
pbb
=
0
var
pbb_depan
=
"
Belum Dihitung
"
}
else
{
...
...
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