From 1951286e0af18c7e4c199574d068e259de4872ce Mon Sep 17 00:00:00 2001 From: Lucas <18538046+TeaWithLucas@users.noreply.github.com> Date: Mon, 29 Apr 2019 16:19:51 +0100 Subject: [PATCH] Updated Saving and Exporting (markdown) --- Saving-and-Exporting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Saving-and-Exporting.md b/Saving-and-Exporting.md index ffd02a1..5e47e8d 100644 --- a/Saving-and-Exporting.md +++ b/Saving-and-Exporting.md @@ -2,8 +2,11 @@ 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) + +#In development + 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) - +These are being developed by @TeaWithLucas