Skip to content

Commit

Permalink
set map zoom fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBirtch-aot committed Jun 25, 2024
1 parent 7f1ff5e commit c9a46ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/src/components/Map/services/MapService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const DEFAULT_MAP_LAYER_URL = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.pn
const DEFAULT_LAYER_ATTRIBUTION = '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
const DEFAULT_MAP_ZOOM = 13;
const DECIMALS_LATLNG = 5//the number of decimals of latitude and longitude to be displayed in the marker popup
const SET_MAX_MARKERS = 1;

export default function MapService(options){
if(options.mapContainer){
Expand Down

0 comments on commit c9a46ac

Please sign in to comment.