Skip to content

Commit 67a6d36

Browse files
committed
added greek shapefile examples
1 parent 222cc20 commit 67a6d36

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

shapefile-examples/Readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
== Shapefiles of Greece
22

3+
- oria_dhmwn_kallikraths.zip: Greek Municipality boundaries (Kallikratis) from: https://geodata.gov.gr/en/dataset/oria-demon-kallikrates
4+
- periphereies.zip: Regions of Greece from https://geodata.gov.gr/en/dataset/periphereies-elladas
35

4-
- oria-demon-kallikrates.zip: Greek Municipality boundaries (Kallikratis) from: https://geodata.gov.gr/en/dataset/oria-demon-kallikrates
5-
- Regions of Greece from https://geodata.gov.gr/en/dataset/periphereies-elladas
6+
== World Borders
67

7-
== TM_WORLD_BORDERS-0.3.ZIP
8+
- TM_WORLD_BORDERS-0.3.ZIP
9+
- TM_WORLD_BORDERS_SIMPL-0.3.zip
810

911
Provided by Bjorn Sandvik, thematicmapping.org
1012

6.13 MB
Binary file not shown.

shapefile-examples/periphereies.zip

3.61 MB
Binary file not shown.

src/components/MyMap.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ var iconv = require('iconv-lite');
1818

1919
const MyMap = () => {
2020

21-
// const colorbrewer = require('colorbrewer');
22-
23-
// const colorbrewer = require('color_ramps');
24-
console.log(colorbrewer.schemeGroups.sequential);
25-
console.log(colorbrewer)
21+
// console.log(colorbrewer.schemeGroups.sequential);
22+
// console.log(colorbrewer)
2623

2724
const center = [37.983810, 23.727539]
2825
const zoom = 7

0 commit comments

Comments
 (0)