Cities: Skylines

Cities: Skylines

308 个评价
OpenStreetMap Import - generate roads from OSM with street names and road-type selection
3
2
   
奖励
收藏
已收藏
取消收藏
Mod
文件大小
发表于
更新日期
190.098 KB
2020 年 1 月 2 日 上午 11:53
2020 年 1 月 9 日 下午 12:05
13 项改动说明 ( 查看 )

订阅以下载
OpenStreetMap Import - generate roads from OSM with street names and road-type selection

描述
This mod will add a button in the "Map Editor" which opens a panel for importing OSM data from https://openstreetmap.org.

I found an OSM import mod which was not working for me, so I fixed it and added some features.

Added Features
  • select road-types to build according to OSM data (also gives you a rough estimate of node counts and limit)
  • roads are being named correctly (as long as the way element in the OSM data has a name tag)
Short instructions
  • go to http://terrain.party and download the heightmap of your desired region
  • in the downloaded zip file you will find a text file with the exported coordiates
  • go to openstreetmap.org and click on Export
  • enter the same coordinates as in the textfile
  • use the overpass-api.de link to download large datasets
  • rename file to map.osm and move it into the Documents folder (or enter the correct file path in the mod in-game)
  • enter "2.5" in the "tiles to boundary" field to only draw roads the inner 25 tiles, use "4.5" to make roads on all 81 tiles
For more detailed instructions how to use please see original mod: https://github.com/adur1990/Open-Cities-Map

Todo
  • avoid too short road segments (especially on intersections)
  • avoid two-roads side by side, when osm data contains multiple tracks for a road
  • maybe allow selecting which type of roads should be made in CS - currently it's using hard-coded defaults
  • better estimates for node counts (current estimates are way higher than actual number of nodes produced)
Source code of this mod:
https://github.com/grilly86/Open-Cities-Map

Thanks to the original authors:
lxteo: https://github.com/lxteo/Cities-Skylines-Mapper
adur1990 (Artur): https://github.com/adur1990/Open-Cities-Map
热门讨论 查看全部(4)
7
2021 年 1 月 30 日 上午 6:34
Nodes as main problem - OSM Data is perfect for CS BUT ...yeah BUT. Fix OSM Data. A community Solution!
Alexander
1
2024 年 2 月 4 日 上午 3:19
Holes everywhere after Import
VacuumTube
0
2024 年 11 月 23 日 下午 4:38
Can someone add Exporting Feature to this?
Merlin St.Wahgwaan
183 条留言
xXHalfSliceXx 9 月 25 日 上午 7:05 
terrain.party is url error
Pears with apples are great 7 月 27 日 上午 1:50 
Please port this to Cities: Skylines 2.
femtas 1 月 3 日 下午 1:38 
Any time I delete or modify the roads, i get spammed with like 10 "Object reference not set to an instance of an object" errors in a row.
femtas 2024 年 12 月 31 日 下午 12:22 
I'm getting the problem of "Object reference not set to an instance of an object" errors spammed when i try loading roads.
Merlin St.Wahgwaan 2024 年 11 月 22 日 下午 10:01 
Any chance of adding Export to .osm ability? SO I can copy existing custom map layouts to new maps ect...
Del'Sky 2024 年 5 月 12 日 下午 8:46 
Please, make a version to CS2!
app 2024 年 5 月 1 日 下午 6:09 
Is this still working ?
kyuzoaoi 2024 年 4 月 27 日 下午 12:08 
@xentrix1024, how to find the scale factor of 1.041666? I can't find it.
Saplaiceen 2024 年 2 月 22 日 下午 8:10 
if you use skydark i suggest scaling the map to 7km and when you use OSM you change the scale factor to 1.06 for better scaling and accuracy
xentrix1024 2024 年 2 月 19 日 上午 9:32 
I also realized that some roads appear as oneway when they should not.
The solution is to remove all <tag k="oneway" v="no"/> tags from your osm file before using it. The mod disregards the "no" and creates a one way street.