Unicor-p / ts-map

ATS/ETS2 map renderer and cities / poi extractor
https://unicor-p.github.io/ts-map/
MIT License
21 stars 2 forks source link

City names rendering at [0, 0] #15

Closed IDeserveToBeWrited closed 2 years ago

IDeserveToBeWrited commented 2 years ago

i_view64_2021-10-12_16-42-31 In Cities.json there are 10 cities (vanilla game) with

    "X": 0.0,
    "Y": 0.0,

coordinates

Game version 1.42 public_beta, but happens also on 1.41 stable

JAGFx commented 2 years ago

It's due to my factorization.

All cities present on def/cities was not all present in the map node list tagged as "City", These cities who are unknown coordinates are a false city. I think it's for that they are missing in def citiy Currently, I'm skipping all cities nodes who are not present in def cities.

Fix on the next release ;)

JAGFx commented 2 years ago

Check the v0.11.7955.38117 on the latest pre-relese ;)