Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@2gis/mapgl

Package Overview
Dependencies
Maintainers
9
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/mapgl - npm Package Compare versions

Comparing version
1.72.3
to
1.73.0
+1
-1
package.json
{
"name": "@2gis/mapgl",
"version": "1.72.3",
"version": "1.73.0",
"description": "MapGL API script loader with typings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -19,1 +19,2 @@ export declare const MAPGL_SCRIPT_URL: string;

};
export declare const DEFAULT_SHARED_MODELS_PATH: string;

@@ -389,2 +389,6 @@ import type { Style } from './styles';

floorLevels: FloorLevel[];
/**
* Floor plan mode.
*/
floorMode: 'floor' | 'metro';
}

@@ -416,2 +420,6 @@ /**

floorLevelName: string;
/**
* Floor plan mode.
*/
floorMode: 'floor' | 'metro';
}

@@ -418,0 +426,0 @@ /**

@@ -231,3 +231,5 @@ import type { LngLatBounds } from '../objects/lngLatBounds';

* _activeFloorIds — an array of active floor IDs from buildings with active floor plans;
* _activeFloorIsMetro - a flag which tells if active floors plan is a metro schema;
* _activeFloorIsMetro — a flag which tells if active floors plan is a metro schema;
* _backgroundFloorIds — an array of background floor IDs (visible below active);
* _activeFloorsLevel — db_plan_level of active floor;
* trafficOn - a flag which tells if traffic is enabled;

@@ -234,0 +236,0 @@ * parkingOn - a flag which tells if parking is enabled (used in native version of 2gis);

@@ -245,3 +245,3 @@ /**

*/
iconPriority?: number;
iconPriority?: number | Expression;
/**

@@ -258,3 +258,3 @@ * Labeling group for the label.

*/
textPriority?: number;
textPriority?: number | Expression;
/**

@@ -591,3 +591,3 @@ * Whether the layer objects are displayed on the map. `visible` - displayed, `none` - not displayed.

*/
textPriority?: number;
textPriority?: number | Expression;
/**

@@ -594,0 +594,0 @@ * Additional side margins in pixels for the label during labeling.