Skip to content
Snippets Groups Projects
Commit e58ab9e6 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Erste Änderungen

Das erste Modul (Anzeige der Karten) ist schon einmal OO umgesetzt.
parent 6462cd01
No related branches found
No related tags found
No related merge requests found
Showing
with 46288 additions and 9 deletions
...@@ -16,9 +16,11 @@ elixir((mix) => { ...@@ -16,9 +16,11 @@ elixir((mix) => {
mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'mapSearch.css'], 'public/css/mapSearch.css'); mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'mapSearch.css'], 'public/css/mapSearch.css');
mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'iframeSearch.css'], 'public/css/iframeSearch.css'); mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'iframeSearch.css'], 'public/css/iframeSearch.css');
mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'mapSearch.css', 'routing.css'], 'public/css/routing.css'); mix.styles(['bootstrap.min.css', 'ol.css', 'style.css', 'mapSearch.css', 'routing.css'], 'public/css/routing.css');
mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'NominatimParser.js', 'ReversePositionManager.js', 'GpsManager.js',
'SearchModule.js', 'LocalHistory.js', 'app.js'], 'public/js/map.js');
mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js'], 'public/js/mapSearch.js'); mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js'], 'public/js/mapSearch.js');
mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'iframeSearch.js', 'iframeResizer.contentWindow.min.js'], 'public/js/iframeSearch.js'); mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'iframeSearch.js', 'iframeResizer.contentWindow.min.js'], 'public/js/iframeSearch.js');
mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js', 'routing.js', 'routeAssistent.js'], 'public/js/routing.js'); mix.scripts(['jquery.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js', 'routing.js', 'routeAssistent.js'], 'public/js/routing.js');
mix.scripts(['jquery.min.js', 'jquery-ui.min.js', 'jquery.ui.touch-punch.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js', 'findRoute.js'], 'public/js/findRoute.js'); mix.scripts(['jquery.min.js', 'jquery-ui.min.js', 'jquery.ui.touch-punch.min.js', 'bootstrap.min.js', 'ol.js', 'map.js', 'mapSearch.js', 'findRoute.js'], 'public/js/findRoute.js');
mix.version(['public/css/staticPages.css','public/css/mapSearch.css', 'public/css/iframeSearch.css', 'public/css/routing.css', 'public/js/mapSearch.js', 'public/js/iframeSearch.js', 'public/js/routing.js', 'public/js/findRoute.js']); mix.version(['public/css/staticPages.css','public/css/mapSearch.css', 'public/css/iframeSearch.css', 'public/css/routing.css', 'public/js/mapSearch.js', 'public/js/iframeSearch.js', 'public/js/routing.js', 'public/js/findRoute.js', 'public/js/map.js']);
}); });
\ No newline at end of file
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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