maps4fs 0.7.3__tar.gz → 0.7.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maps4fs
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Generate map templates for Farming Simulator from real places.
5
5
  Author-email: iwatkot <iwatkot@gmail.com>
6
6
  License: MIT License
@@ -172,13 +172,14 @@ The map will be saved in the `map_directory` directory.
172
172
  The project is based on the [OpenStreetMap](https://www.openstreetmap.org/) data. So, refer to [this page](https://wiki.openstreetmap.org/wiki/Map_Features) to understand the list below.
173
173
  - "building": True
174
174
  - "highway": ["motorway", "trunk", "primary"]
175
- - "highway": ["secondary", "tertiary", "road"]
175
+ - "highway": ["secondary", "tertiary", "road", "service"]
176
176
  - "highway": ["unclassified", "residential", "track"]
177
- - "natural": "grassland"
177
+ - "natural": ["grassland", "scrub"]
178
178
  - "landuse": "farmland"
179
179
  - "natural": ["water"]
180
180
  - "waterway": True
181
181
  - "natural": ["wood", "tree_row"]
182
+ - "railway": True
182
183
 
183
184
  The list will be updated as the project develops.
184
185
 
@@ -152,13 +152,14 @@ The map will be saved in the `map_directory` directory.
152
152
  The project is based on the [OpenStreetMap](https://www.openstreetmap.org/) data. So, refer to [this page](https://wiki.openstreetmap.org/wiki/Map_Features) to understand the list below.
153
153
  - "building": True
154
154
  - "highway": ["motorway", "trunk", "primary"]
155
- - "highway": ["secondary", "tertiary", "road"]
155
+ - "highway": ["secondary", "tertiary", "road", "service"]
156
156
  - "highway": ["unclassified", "residential", "track"]
157
- - "natural": "grassland"
157
+ - "natural": ["grassland", "scrub"]
158
158
  - "landuse": "farmland"
159
159
  - "natural": ["water"]
160
160
  - "waterway": True
161
161
  - "natural": ["wood", "tree_row"]
162
+ - "railway": True
162
163
 
163
164
  The list will be updated as the project develops.
164
165
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maps4fs
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Generate map templates for Farming Simulator from real places.
5
5
  Author-email: iwatkot <iwatkot@gmail.com>
6
6
  License: MIT License
@@ -172,13 +172,14 @@ The map will be saved in the `map_directory` directory.
172
172
  The project is based on the [OpenStreetMap](https://www.openstreetmap.org/) data. So, refer to [this page](https://wiki.openstreetmap.org/wiki/Map_Features) to understand the list below.
173
173
  - "building": True
174
174
  - "highway": ["motorway", "trunk", "primary"]
175
- - "highway": ["secondary", "tertiary", "road"]
175
+ - "highway": ["secondary", "tertiary", "road", "service"]
176
176
  - "highway": ["unclassified", "residential", "track"]
177
- - "natural": "grassland"
177
+ - "natural": ["grassland", "scrub"]
178
178
  - "landuse": "farmland"
179
179
  - "natural": ["water"]
180
180
  - "waterway": True
181
181
  - "natural": ["wood", "tree_row"]
182
+ - "railway": True
182
183
 
183
184
  The list will be updated as the project develops.
184
185
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "maps4fs"
7
- version = "0.7.3"
7
+ version = "0.7.4"
8
8
  description = "Generate map templates for Farming Simulator from real places."
9
9
  authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}]
10
10
  license = {text = "MIT License"}
File without changes
File without changes
File without changes
File without changes
File without changes