This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4f67 6753 0002 0000 0000 0000 0000 5a3e | |
6927 0000 0000 2708 5c23 0140 6669 7368 | |
6561 6400 0300 0000 0000 0000 0000 0000 | |
e803 0000 0000 0000 0000 0000 0000 0000 | |
e803 0000 0000 0000 0000 0000 0000 0000 | |
0000 0000 0000 0000 0000 0000 4f67 6753 | |
0002 0000 0000 0000 0000 593e 6927 0000 | |
0000 9ed1 ce1f 012a 8074 6865 6f72 6103 | |
0201 0078 0044 0007 8000 0438 0008 0001 | |
5f90 0000 1770 0000 0000 0000 000d 97e5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ogr2ogr -f geojson [geojson_file] [shp_file] | |
topojson -p -o [topojson_file] [geojson_file] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title> Seoul Average Age map</title> | |
<style> | |
svg { background-color: #eee; } | |
svg .municipality { fill: red; } | |
/*svg .municipality:hover { stroke: #333; }*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title> Seoul Average Age map</title> | |
<style> | |
svg { background-color: #eee; } | |
svg .municipality { fill: red; } | |
/*svg .municipality:hover { stroke: #333; }*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Map example - southkorea</title> | |
<style > | |
h1 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title> Seoul Average Age map</title> | |
<link rel="stylesheet" href="seoul_dong.css" /> | |
</head> | |
<body> | |
<h1> Seoul Average Age map</h1> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title> SouthKorea Jeju Island visitor data visualization</title> | |
<style type="text/css"> | |
body { | |
background-color: white; | |
font-family: Helvetica, Arial, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>SouthKorea Jeju Island visitor data visualization</title> | |
<style type="text/css"> | |
body { | |
background-color: #333; |
NewerOlder