Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Marsch committed Mar 21, 2020
1 parent 71df0b6 commit 86acf34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 58 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 0.3.2b @ 2020-03-18 WIP
## 3.0.0 @ 2020-03-20 WIP

- refactoring for ES&
- refactoring for ES6
- npm package creation


## 0.2.2b @ 2014-11-25

**Features**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Link Leaflet and OSM Buildings files in your HTML head section.

~~~ html
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css">
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"/>
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>
<script src="OSMBuildings-Leaflet.js"></script>
</head>
~~~
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "osmbuildings",
"private": false,
"description": "OSM Buildings Classic",
"version": "0.3.2",
"version": "3.0.0",
"homepage": "https://osmbuildings.org",
"author": "@kekscom",
"contributors": [
Expand Down
52 changes: 0 additions & 52 deletions src/engines/OL3.js

This file was deleted.

0 comments on commit 86acf34

Please sign in to comment.