add obstacles and doors api endpoint urls
This commit is contained in:
parent
e81af28efa
commit
8c4306df5b
3 changed files with 5 additions and 12 deletions
|
@ -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;
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue