From cfefb64d186981ba61a4b4904fbb00f217d3140d Mon Sep 17 00:00:00 2001 From: Lucas <18538046+TeaWithLucas@users.noreply.github.com> Date: Mon, 29 Apr 2019 16:18:42 +0100 Subject: [PATCH] Created Saving and Exporting (markdown) --- Saving-and-Exporting.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Saving-and-Exporting.md diff --git a/Saving-and-Exporting.md b/Saving-and-Exporting.md new file mode 100644 index 0000000..ffd02a1 --- /dev/null +++ b/Saving-and-Exporting.md @@ -0,0 +1,9 @@ +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) +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) + +