-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapshaper 轉出來的 layer name 會消失,變成 layer1 #30
Comments
仔細看了一下,mapshaper 轉出來的 |
研究了一下 shp 檔案,似乎本來的資料 (dbf) 裡面就不會有 twCounty2010.geo 這個資訊,layer name 是之前的 tools 轉出來時附加的。所以轉成 layer1 在規格上也算合法的,只不過會 break 其他依賴這個行為的 code。 至於那些 null shape 也是原本的資料 (shp) 裡就有的,不知道為什麼要分那麼多? 同一個縣市,有許多不同的 COUNTYSN 是什麼意思? |
http://tgos.nat.gov.tw/tgos/Web/OpenGeospatial/TGOS_OpenGeospatial.aspx |
會不會COUNTYSN是指鄉鎮 ?? |
應該是,所以縣市界圖就不需這資料。我用新版的資料來轉好了,新版似乎是乾淨的,不用 patch 台北縣 → 新北市之類的,內容也不是 big5。 |
測了一下 2013 版縣市界圖,我錯了…
|
在 shp 裡的資訊,layer name 本來是
twCounty2010.geo
,轉出來的 topo.json 變成layer1
。The text was updated successfully, but these errors were encountered: