summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/widgets.py2
-rw-r--r--static/edit_map.js2
-rw-r--r--static/styles.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/main/widgets.py b/main/widgets.py
index fea8a72..bd0a72b 100644
--- a/main/widgets.py
+++ b/main/widgets.py
@@ -58,7 +58,7 @@ class PointChooserWidget(forms.TextInput):
css = {
"all": ("%sforms.css" % settings.MEDIA_URL,)
}
- js = ["%sedit_map.js" % settings.MEDIA_URL] + URL_OSM_JS
+ js = URL_OSM_JS + ["%sedit_map.js" % settings.MEDIA_URL]
def render(self, name, value, attrs=None):
'''
diff --git a/static/edit_map.js b/static/edit_map.js
index b43db42..6aedc73 100644
--- a/static/edit_map.js
+++ b/static/edit_map.js
@@ -62,7 +62,7 @@ function init(){
maxResolution: 156543.0399,
units: 'm',
projection: epsg_projection,
- displayProjection: epsg_display_projection,
+ displayProjection: epsg_display_projection
} );
layerMarkers.setOpacity(0.5);
map.addLayers([layerMapnik, layerMarkers]);
diff --git a/static/styles.css b/static/styles.css
index 205521e..28af34c 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -202,7 +202,7 @@ ul#categories{
margin:0;
padding:0;
overflow:auto;
-height:140px;
+height:180px;
}
ul#categories li{