Skip to content

Commit

Permalink
Merge pull request #72 from GIScience/refactor/BREAKING-remove-unused…
Browse files Browse the repository at this point in the history
…-properties

refactor!: remove unused properties from library
  • Loading branch information
TheGreatRefrigerator committed Apr 20, 2023
2 parents 5d34cd7 + 62d9afe commit cb6aeef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions src/OrsInput.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import OrsUtil from './OrsUtil.js'
import OrsInput from './OrsInput.js'
import OrsGeocode from './OrsGeocode.js'
import OrsIsochrones from './OrsIsochrones.js'
import OrsMatrix from './OrsMatrix.js'
Expand All @@ -9,8 +7,6 @@ import OrsElevation from './OrsElevation.js'
import OrsOptimization from './OrsOptimization.js'

const Openrouteservice = {
Util: OrsUtil,
Input: OrsInput,
Geocode: OrsGeocode,
Isochrones: OrsIsochrones,
Directions: OrsDirections,
Expand Down

0 comments on commit cb6aeef

Please sign in to comment.