diff --git a/database/migrations/2023_03_01_072712_create_areas_table.php b/database/migrations/2023_03_01_072712_create_areas_table.php index 5d1d5de..dbd3bae 100644 --- a/database/migrations/2023_03_01_072712_create_areas_table.php +++ b/database/migrations/2023_03_01_072712_create_areas_table.php @@ -19,8 +19,8 @@ return new class extends Migration //$table->string('slug', 255)->unique()->nullable(); $table->text('description')->nullable(); $table->string('map_coord')->default(''); - $table->integer('coord_x')->default(0); - $table->integer('coord_y')->default(0); + $table->float('coord_x')->default(0); + $table->float('coord_y')->default(0); $table->string('foto_main', 255)->nullable(); $table->timestamps(); }); diff --git a/public/js/main.js b/public/js/main.js index 25fc888..f5be49d 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -29,7 +29,7 @@ class App { this.sendForm('.js_popup_sending_form_', '[data-popup="success"]'); //this.sendOffer(); //отправка предложения по e-mail; - //this.setGeneralMap(); // карта на странице карт; + this.setGeneralMap(); // карта на странице карт; this.setComplexMap('complex-map', [55.726591050908745, 37.57244549999999], 'ЖК Садовые кварталы'); // карта на странице 'ЖК'; this.setComplexMap('offer-map', [55.70851106903402, 37.65864349999999], 'Аренда торгового помещения 321,6 м2'); // карта на странице 'Предложение'; this.setCatalogSorts(); // сортировка на странице 'каталог'; @@ -1206,7 +1206,7 @@ class App { // карта на странице карт; setGeneralMap() { -/* + if (document.querySelector('#general-map')) { ymaps.ready(init); // Дождёмся загрузки API и готовности DOM; @@ -1358,7 +1358,7 @@ class App { } }; -*/ + // аккордеон в футере setFooterSpoilers() { diff --git a/resources/views/catalogs/elemhouse.blade -copy.php b/resources/views/catalogs/elemhouse.blade -copy.php new file mode 100644 index 0000000..b54b779 --- /dev/null +++ b/resources/views/catalogs/elemhouse.blade -copy.php @@ -0,0 +1,52 @@ +
diff --git a/resources/views/catalogs/house_mini.blade - copy.php b/resources/views/catalogs/house_mini.blade - copy.php new file mode 100644 index 0000000..4ca1cd8 --- /dev/null +++ b/resources/views/catalogs/house_mini.blade - copy.php @@ -0,0 +1,48 @@ +