Newer
Older
Loremap / storymap / sample.cgi
@naoto sato naoto sato on 17 Sep 2018 976 bytes delete "\"
#!/bin/sh 

ftp -o ./copy_file/memo.txt https://www.yatex.org/gitbucket/KoekiBrandingPJ/CMDSmap/raw/master/storymap/kisetuwake.geojson

echo "Content-type: text/html"


echo ""
echo '<!DOCTYPE html><html><head><title>sample</title><meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="../src/colorbox/example3/colorbox.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>    
<script src="../src/colorbox/jquery.colorbox-min.js"></script>
<link rel="stylesheet" href="../src/leaflet.css" />	
<script src="../src/leaflet.js"></script>
<script src="../src/leaflet/leaflet-omnivore.min.js"></script>
<style type="text/css">
<!--
div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}	
-->
</style></head><body><h1>ブランディングマップ</h1><div id="mymap"></div>'

echo '<script type="text/javascript" src="./new_late_geojson.js" charset="utf-8"></script></body></html>'