-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscript.txt
More file actions
32 lines (23 loc) · 943 Bytes
/
script.txt
File metadata and controls
32 lines (23 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
WMS ของกรมที่ดินปัจจุบัน
WMS Server 1 :
http://110.164.49.68:8081/geoserver/WMSDOL/wms?
WMS Server 2 :
http://110.164.49.70:8081/geoserver/WMSDOL/wms?
WMS Server 3 :
http://110.164.49.72:8081/geoserver/WMSDOL/wms?
WMS Server 4 :
http://110.164.49.76:8081/geoserver/WMSDOL/wms?
#############################################################################################
<table>
<tr>
<th>[% descriptio %]</th>
</tr>
<tr>
<th><img src="file:///[% photo %]" width="350" height="250"></th>
</tr>
</table>
#############################################################################################
<script>
var url = expression.evaluate("'http://www.thaisarabun.com/gistool/landinfo.php?land_no=' || \"land_no\"||'&rawang='||\"mapsheet\"||'&province_id='|| \"prov\"");
document.write('<iframe width="560" height="315" src="' + url +'" frameborder="0"></iframe>' );
</script>