add obstacles and doors api endpoint urls

This commit is contained in:
Laura Klünder 2016-10-16 17:13:06 +02:00
parent e81af28efa
commit 8c4306df5b
3 changed files with 5 additions and 12 deletions

View file

@ -19,16 +19,6 @@ body {
top:2px;
}
.leaflet-drawbar {
display:none;
}
.leaflet-drawbar a, .leaflet-drawbar a:hover {
font-size: 13px;
width:auto;
padding:0 6px;
}
.leaflet-levels a {
font-size:16px;
color:#333333;

View file

@ -322,7 +322,7 @@ editor = {
editor._editing.disableEdit();
editor.map.fitBounds(editor._editing.getBounds());
$('#cancel_drawing').hide();
$('#cancel-drawing').hide();
var path = '/editor/features/' + editor._creating + '/add/';
$('#mapeditcontrols').removeClass('list');
$('body').addClass('controls');