Mercurial > hg > LGMap
comparison map.php @ 8:8f05c2a84bba
Apply new platin and Add tree layers
| author | nylin@mpiwg-berlin.mpg.de |
|---|---|
| date | Wed, 07 Oct 2015 11:09:20 +0200 |
| parents | 0330b2138c87 |
| children | 8f5635197895 a599ced81534 |
comparison
equal
deleted
inserted
replaced
| 7:0330b2138c87 | 8:8f05c2a84bba |
|---|---|
| 1 <?php | 1 <?php |
| 2 include_once('config/config.php'); | 2 //include_once('config/config.php'); |
| 3 global $lgdataverse_url; | 3 //global $lgdataverse_url; |
| 4 | 4 |
| 5 ?> | 5 ?> |
| 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 12 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> | 12 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> |
| 13 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> | 13 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> |
| 14 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> | 14 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> |
| 15 | 15 |
| 16 <script type="text/javascript"> | 16 <script type="text/javascript"> |
| 17 lgdataverse_url = JSON.parse('<?php echo json_encode($lgdataverse_url) ?>'); | 17 //lgdataverse_url = JSON.parse('<?php echo json_encode($lgdataverse_url) ?>'); |
| 18 </script> | 18 </script> |
| 19 | 19 |
| 20 <script src="./geotemco/platin.js"></script> | 20 <script src="./geotemco/platin.js"></script> |
| 21 <script src="map.js"></script> | 21 <script src="map.js"></script> |
| 22 <script src="WindowWidget.js"></script> | 22 <script src="WindowWidget.js"></script> |
