Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mapserver REST API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miscellaneous
Mapserver REST API
Commits
99d9c226
Commit
99d9c226
authored
11 years ago
by
Wannes Rombouts
Browse files
Options
Downloads
Patches
Plain Diff
Fixed layerModel creation.
parent
4fc5c9c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mra.py
+8
-2
8 additions, 2 deletions
src/mra.py
with
8 additions
and
2 deletions
src/mra.py
+
8
−
2
View file @
99d9c226
...
...
@@ -26,14 +26,20 @@
import
os
import
os.path
import
string
import
urlparse
import
functools
import
yaml
import
yaml
import
mapscript
import
tools
from
extensions
import
plugins
import
webapp
from
webapp
import
KeyExists
import
stores
import
metadata
class
MetadataMixin
(
object
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment