uribo / jpndistrict

🗾 Create Japansese Administration Area Maps
http://uribo.github.io/jpndistrict
Other
22 stars 3 forks source link

`mesh_district()` is invalid #15

Closed uribo closed 6 years ago

uribo commented 6 years ago

Any filter is not functioning.

library(jpndistrict)
#> Loading required package: jpmesh
#> This package provide map data is based on the Digital Map
#> 25000(Map Image) published by Geospatial Information Authorityof
#> Japan (Approval No.603FY2017 information usage
#> <http://www.gsi.go.jp>)

d <- 
    mesh_district(jis_code = 33101)

nrow(d)
# [1] 11264

mapview::mapview(d)

image

Created on 2018-06-07 by the reprex package (v0.2.0).

In relation, the test is also wrong.