MapServer / basemaps

Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
61 stars 46 forks source link

osm_new_landusages_gen00 does not exists #23

Closed kinju closed 11 years ago

kinju commented 11 years ago

In the generated mapfiles, there is two layers (landuse4 and landuse5) which takes data from "osm_new_landusages_gen00". But osm_new_landusages_gen00 does not exists.

I replaced them by "osm_new_landusages_gen0" and it works.

tbonfort commented 11 years ago

it's created if you use the supplied imposm-mapping.py file when importing your osm data.

MinChanSike commented 6 years ago

imposm is not support for windows platform. So, how can I solve that osm_new_landusages_gen00 does not exists issue?

yjacolin commented 6 years ago

you can probably use docker on windows: https://github.com/kartoza/docker-osm

yjacolin commented 6 years ago

Are you sure imposm doesn't work on Windows?

MinChanSike commented 6 years ago

Yes, as my googling there is no imposm for Windows. :'(