diff --git a/models/Category.php b/models/Category.php
index e455b24..b8d447c 100644
--- a/models/Category.php
+++ b/models/Category.php
@@ -3,7 +3,7 @@
class Category extends Model
{
private static $categories = NULL;
- public static $paidIds = array(24,25,26);
+ public static $paidIds = array(24,25,26,27);
function __construct($fromArray = array())
{
diff --git a/public/ico/key.png b/public/ico/key.png
index 5febd65..7147eeb 100644
Binary files a/public/ico/key.png and b/public/ico/key.png differ
diff --git a/public/js/map.js b/public/js/map.js
index c172e7d..cfc2d2c 100644
--- a/public/js/map.js
+++ b/public/js/map.js
@@ -56,7 +56,7 @@ suggestInit('#addressField');
function init(lat, lng) {
myMap = L.map('map', {zoomControl: false}).setView([lat, lng], defaultZoom);
markers = new L.MarkerClusterGroup({showCoverageOnHover: false, maxClusterRadius: 30});
- markersPlus = new L.MarkerClusterGroup({showCoverageOnHover: false, maxClusterRadius: 25});
+// markersPlus = new L.MarkerClusterGroup({showCoverageOnHover: false, maxClusterRadius: 25});
layers['quest'] = L.tileLayer('https://otile1-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png', {attribution: 'Map data © OpenStreetMap contributors, CC-BY-SA, Imagery © Mapbox | Points data © WIKIPOINTS.RU', maxZoom: 18});
layers['osm'] = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {attribution: 'Map data © OpenStreetMap contributors, CC-BY-SA | Points data © WIKIPOINTS.RU', maxZoom: 18});
@@ -198,15 +198,16 @@ function initPoints(useBounds)
success: function (data) {
for(var i=0; i