import L
This commit is contained in:
parent
2a6d8bea78
commit
824f66df03
3 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* global L Counter */
|
||||
/* global Counter */
|
||||
/* eslint-disable import/no-absolute-path */
|
||||
/* eslint-disable react/jsx-indent-props */
|
||||
/* eslint-disable react/jsx-indent */
|
||||
|
|
@ -14,6 +14,7 @@ import { Map } from 'react-leaflet';
|
|||
import Control from 'react-leaflet-control';
|
||||
import _ from 'lodash';
|
||||
import store from 'store';
|
||||
import L from 'leaflet';
|
||||
import 'leaflet/dist/leaflet.css';
|
||||
import 'leaflet-graphicscale/dist/Leaflet.GraphicScale.min.css';
|
||||
import 'leaflet-graphicscale/dist/Leaflet.GraphicScale.min.js';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* global L */
|
||||
/* eslint-disable import/no-absolute-path */
|
||||
/* eslint-disable react/jsx-indent-props */
|
||||
/* eslint-disable react/jsx-indent */
|
||||
|
||||
import React, { Fragment } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Button, ButtonGroup, Row, Col } from 'react-bootstrap';
|
||||
|
|
@ -10,6 +10,7 @@ import { withTracker } from 'meteor/react-meteor-data';
|
|||
import { Trans, translate } from 'react-i18next';
|
||||
import { Map } from 'react-leaflet';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import L from 'leaflet';
|
||||
import 'leaflet/dist/leaflet.css';
|
||||
import 'leaflet-graphicscale/dist/Leaflet.GraphicScale.min.css';
|
||||
import 'leaflet-graphicscale/dist/Leaflet.GraphicScale.min.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue