Skip to content

Commit

Permalink
updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Dec 21, 2023
1 parent 7392d78 commit 968263b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Cartografisch kaarten voor NL

Deze git repository bevat kaarten van [PDOK](http://www.pdok.nl), afkomstig van het [CBS](http://www.cbs.nl).
Deze [git repository](https://github.com/cartomap/nl) bevat kaarten van [PDOK](http://www.pdok.nl), afkomstig van het [CBS](http://www.cbs.nl).
De kaarten zijn gesimplificeerd met [mapshaper](http://mapshaper.org) om compacter te zijn en zijn daarom vooral
geschikt voor cartografische toepassingen van NL op landsniveau. Ze zijn minder geschikt voor applicaties die inzoomen, omdat ze minder nauwkeurig zijn.

## Projecties:

Er worden twee projecties aangeboden, die voor de meeste toepassingen voldoen:

- de map `rd` bevat rijkdriehoekstelsprojecties, dat is de standaard kaartprojectie voor NL.
- de map `wgs84` bevat de standaardprojectie voor Webcartografie zoals Google Maps, Bing maps, Leaflet, Open street map en andere.
- de map `rd` (EPSG:28992) bevat rijkdriehoekstelsprojecties, dat is de standaard kaartprojectie voor NL.
- de map `wgs84` (EPSG:4326) bevat de standaardprojectie voor Webcartografie zoals Google Maps, Bing maps, Leaflet, Open street map en andere.

## Formaten

Expand Down
10 changes: 5 additions & 5 deletions make_index.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do
fi

echo ""
echo "### wgs84"
echo "### wgs84 (EPSG:4326)"
echo ""

echo ""
Expand All @@ -44,15 +44,15 @@ do
create_url "$SHAPES"
echo ""

echo ""
echo "### rijksdriehoeksstelsel (EPSG:28992)"
echo ""

SHAPES=$(ls -A build/rd/*.geojson | grep "/$type" -)
if [ "$SHAPES" == "" ]; then
continue
fi

echo ""
echo "### rijksdriehoeksstelsel (28992)"
echo ""

echo ""
echo -n " - geojson: "
create_url "$SHAPES"
Expand Down

0 comments on commit 968263b

Please sign in to comment.