This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assume the following directory structure where contents of doc/ | |
# and source/ are already checked into repo., with the exception | |
# of the _build directory (i,e. you can check in _themes or _sources | |
# or whatever else). | |
# | |
# proj/ | |
# source/ | |
# doc/ | |
# remove doc/_build/html if present |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
version: 1.0.1 | |
title: GeoJSON format | |
description: > | |
This document defines the GeoJSON format as an OpenAPI. | |
It contains the definitions for 'Feature' object and 'FeatureCollection' | |
objects, as well as the definitions for all 'Geometry' objects. | |
It conforms with the 'RFC-7946' standard from IETF (August 2016 version) |