Skip to content

Commit

Permalink
added enums.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 1, 2023
1 parent eb0d161 commit a1d61f8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions enums.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const FORMATS = {
ESRI_WKT: "esriwkt",
GEOSERVER: "geoserver",
MAPFILE: "mapfile",
MAPNIK: "mapnik",
OGC_GML: "gml",
OGC_XML: "xml",
OGC_WKT: "wkt",
POSTGIS: "postgis",
PROJ_4: "proj4",
PROJ_4_JS: "js",
PROJJSON: "PROJJSON"
};

module.exports = {
FORMATS
};

0 comments on commit a1d61f8

Please sign in to comment.