Skip to content
Snippets Groups Projects
Commit 8e6adfb3 authored by root's avatar root
Browse files

Minor changes...

parent 54963568
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
......@@ -33,7 +33,7 @@ setup(
author='Neogeo Technologies',
author_email='contact@neogeo-online.net',
description='A RESTFul interface for MapServer',
long_description=file('README.rst','rb').read(),
long_description=file('README.md','rb').read(),
keywords='neogeo mapserver rest restful',
license="GPLv3",
#url='',
......
......@@ -18,7 +18,7 @@ storage:
mapserver:
url: "http://127.0.0.1/cgi-bin/mapserv?"
wms_version: "1.3.0"
wfs_version: "1.1.1"
wfs_version: "1.1.0"
wcs_version: "1.0.0"
debug:
......
......@@ -22,7 +22,7 @@ $def with (base, path, links, code)
</div>
<ul class="breadcrumb">
<li><a href="$base">mra</a></li>
<li><a href="$base/">mra</a></li>
$for name in path[:-1]: <li><a href="$base$('/'.join(path[:loop.index]))">$name </a><span class="divider">/</span></li>
<li class="active">$path[-1]</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment