GeoDjangoのチュートリアル
RESTful APIの作成
(env) $ pip install djangorestframework-gis
(env) $ pip install django-filter # Filtering support
(env) $ pip install markdown # Markdown support for the browsable API.
(env) $ pip freeze
:
djangorestframework==3.8.2
djangorestframework-gis==0.13
django-filter==1.1.0
Markdown==2.6.11geodjango/settings.py設定
world/serializers.py作成
world/views.py作成
geodjango/urls.py設定
Browsable APIによる確認

行政区域データ
小学校区データ
公共施設データ
バス停留所データ
GeoJSON Serializer

geodjango/urls.py設定
static/world/css/app.css編集
static/world/js/app.js編集
templates/world/index.html編集
world/views.py編集
ユーザ認証

Last updated






