Pārlūkot izejas kodu

🎨 cleanup & tidy things

jmacura 4 gadi atpakaļ
vecāks
revīzija
df3ff9a019
4 mainītis faili ar 10 papildinājumiem un 7 dzēšanām
  1. 2 2
      package.json
  2. BIN
      src/adjuster/ajax-loader.gif
  3. 5 2
      src/app.config.ts
  4. 3 3
      src/index.html

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
-  "name": "polirural-attractiveness-cz",
-  "version": "0.1.0",
+  "name": "rural-attractiveness-cz",
+  "version": "0.1.1",
   "description": "Rural attractiveness aplication",
   "main": "build/index.html",
   "scripts": {

BIN
src/adjuster/ajax-loader.gif


+ 5 - 2
src/app.config.ts

@@ -108,7 +108,7 @@ obceIndexLayer.set('popUp', {
   ],
 });
 obceIndexLayer.set('editable', false);
-//obceLayer.set('queryable', false);
+obceIndexLayer.set('queryable', false);
 
 export const AppConfig = {
   //proxyPrefix: '../8085/',
@@ -131,7 +131,9 @@ export const AppConfig = {
       url: getHostname(),
     },
   },
-  panelWidths: {},
+  panelWidths: {
+    datasource_selector: 400,
+  },
   panelsEnabled: {
     composition_browser: false,
     feature_crossfilter: false,
@@ -145,6 +147,7 @@ export const AppConfig = {
     feature_table: false,
     draw: false,
   },
+  sidebarPosition: 'right',
   sizeMode: 'fullscreen',
   translationOverrides: i18n,
 };

+ 3 - 3
src/index.html

@@ -2,8 +2,8 @@
 <html>
 <head>
   <meta charset="utf-8">
-  <title>Rural attractiveness</title>
-  <meta name="description" content="Rural attractiveness calculation and visualization application developed in PoliRural project. 2020">
+  <title>Rural attractiveness of Czech municipalities</title>
+  <meta name="description" content="Rural attractiveness calculation and visualization application. 2021">
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
   <link href="<%= htmlWebpackPlugin.files.favicon %>" rel="icon">
   <meta name="apple-mobile-web-app-capable" content="yes" />
@@ -20,4 +20,4 @@
   <% } %>
 </body>
 
-</html>
+</html>