mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 18:41:23 +01:00
Updated Saving and Exporting (markdown)
parent
1951286e0a
commit
64ec61518d
1 changed files with 18 additions and 8 deletions
|
|
@ -1,12 +1,22 @@
|
|||
There are currently there ways to export and save your map. These include:
|
||||
* .map (A file format for exporting and importing your map and settings)
|
||||
* .SVG (A vector image of the map)
|
||||
* .PNG (A bitmap image of the map)
|
||||
# Exporting
|
||||
There are currently three ways to export and save your map.
|
||||
|
||||
#In development
|
||||
## .map
|
||||
A file format for exporting and importing your map and settings)
|
||||
|
||||
There are two more currently in development:
|
||||
* .osm (Also known as osmxml, an opensource format used by openstreetmaps for storing their all their data in a XML format)
|
||||
* .json (Also known as geojson, an opensource format used for storing geographical data in a JSON format)
|
||||
## .SVG
|
||||
A vector image of the map
|
||||
|
||||
## .PNG
|
||||
A bitmap image of the map
|
||||
|
||||
# In development
|
||||
|
||||
There are two more currently in development.
|
||||
These are being developed by @TeaWithLucas
|
||||
|
||||
# .osm
|
||||
Also known as osmxml, an opensource format used by openstreetmaps for storing their all their data in a XML format
|
||||
# .json
|
||||
Also known as geojson, an opensource format used for storing geographical data in a JSON format
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue