-
Notifications
You must be signed in to change notification settings - Fork 885
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
NTT is a brand, but what should we do by region? #6235
Comments
Either option would be fine. Although creating geojsons for each prefecture would take more work, these could be used for other brands/operators in the index. |
@arch0345 -san Thank you for your reply. For the time being, I will make it with jurisdiction-split pattern and make it a prefecture-split pattern again. By the way, is there any service / software that will convert the prefectural border to his GEOJSON with OSM? |
For online tools you can see polygons.openstreetmap.fr, need to give a specify OSM relation id. For software you can try JOSM, download a relation and modify tag, then save as a geojson, maybe a little trouble when there need a lot of region geojson. ———— |
@LaoshuBaby -san Thank you for telling us about polygons.openstreetmap.fr. |
polygon.osmfrThis website haven't down, I just tested. (If needed you can tell me all prefecture's name and osm relation id) For example this is tokyo (If need you can delete those island) Other geojson / poly source
Emm, maybe we can re-use other famous polygon file created by other osm project? (The license check may need other maintainer to do). What about those source? (We can use JOSM convert it to geojson) Organicmap's polygon filehttps://github.com/organicmaps/organicmaps/tree/master/data/borders Total 50 files. BTW, organicmap's monorepo is too big to clone, if need, just download a single file, I think. download.osmfr & geofabrik.dehttps://download.openstreetmap.fr/polygons/asia/japan/ |
polygon.osmfr can be seen normally in this environment as well. The problem is that when I npm the GeoJSON file generated by get_geojson.py, I get a validation error.
My explanation was inadequate. |
NSI only supports a single geojson |
Is it the number per polygon? Or is it the number per file? I tend to ask for the accuracy of the prefectural border, so I feel that 100 points is not enough.
I read #4784. |
Hello.
Thank you for editing "operators/amenity/telephone.json".
After editing, I suddenly thought, "Isn't NTT (nippontelegraphandtelephone-8c2f5b) a brand managed by NTT East (nippontelegraphandtelephoneeest-8c2f5b) and NTT West (nippontelegraphandtelephonewest-8c2f5b)?"
It is said that in 1999, NTT's business was reorganized into a holding company structure and the business was transferred to wholly owned subsidiaries by region (NTT East Japan, NTT West Japan).
Therefore, it is necessary to rewrite the NTT item according to "brands/amenity/telephone.json" and separate the include of NTT East and NTT West.
I'm wondering if I should use GEOJSON for each prefecture when splitting the include statement, or GEOJSON for the jurisdiction of NTT East and NTT West.
prefecture-split pattern
jurisdiction-split pattern
I presented an example like this. (There is a misspelling "s/Eest/East/" in the original, but I will fix it later.)
Please let me know if there is any good way.
The text was updated successfully, but these errors were encountered: