diff --git a/public/js/app.js b/public/js/app.js index ee4cfd6..6fc2aa0 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -21,13 +21,13 @@ var currentUser = sessionStorage.getItem('webgis_user') || ''; // Category Definitions with Labels, Icons, and Colors var CATEGORIES = { - mobility: { label: 'Mobilität', icon: '🚲', color: '#1565C0', faIcon: 'fa-bicycle' }, - building: { label: 'Bauen', icon: '🏗️', color: '#E65100', faIcon: 'fa-helmet-safety' }, - energy: { label: 'Energie', icon: '⚡', color: '#F9A825', faIcon: 'fa-bolt' }, - environment: { label: 'Umwelt', icon: '🌳', color: '#2E7D32', faIcon: 'fa-tree' }, - industry: { label: 'Industrie', icon: '🏭', color: '#6A1B9A', faIcon: 'fa-industry' }, - consumption: { label: 'Konsum', icon: '🛒', color: '#AD1457', faIcon: 'fa-cart-shopping' }, - other: { label: 'Sonstiges', icon: '📌', color: '#546E7A', faIcon: 'fa-map-pin' } + consumption: { label: 'Geschäfte', faIcon: 'fa-cart-shopping', color: '#C00000' }, + building: { label: 'Bauen', faIcon: 'fa-building', color: '#E65100' }, + energy: { label: 'Energie', faIcon: 'fa-bolt', color: '#FFC000' }, + environment: { label: 'Umwelt', faIcon: 'fa-seedling', color: '#92D050' }, + mobility: { label: 'Mobilität', faIcon: 'fa-bus', color: '#0070C0' }, + industry: { label: 'Industrie', faIcon: 'fa-industry', color: '#7030A0' }, + other: { label: 'Sonstiges', faIcon: 'fa-thumbtack', color: '#7F7F7F' } }; // Application State @@ -381,7 +381,7 @@ function bindFeaturePopup(feature, layer) { // Builds Popup on Click var html = '' + '