Skip to content

Commit

Permalink
Merge branch 'master' into measure-additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Grammostola authored Feb 12, 2025
2 parents 3180e66 + f1c37ad commit 38c9570
Show file tree
Hide file tree
Showing 101 changed files with 3,046 additions and 3,030 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Not convinced? Or maybe you need some inspiration? Check out these examples of w
* [Hallstakartan](http://karta.hallstahammar.se)
* [Haninge kommun webbkarta](https://karta.haninge.se/)
* [Karlstadskartan](http://gi.karlstad.se)
* [Malmö](https://stadsatlas.malmo.se/stadsatlas/)
* [Mälardalskartan](http://www.malardalskartan.se)
* [Sigtunakartan](https://karta.sigtuna.se)
* [Strängnäskartan](https://kartor.strangnas.se)
Expand Down
1 change: 1 addition & 0 deletions css/style.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion data/origo-cities-3857.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{ "type": "Feature", "properties": { "id": 20, "name": "Kristianstad" }, "geometry": { "type": "Point", "coordinates": [ 1575633.0, 7565358.0 ] } },
{ "type": "Feature", "properties": { "id": 21, "name": "Mora" }, "geometry": { "type": "Point", "coordinates": [ 1618908.0, 8627715.0 ] } },
{ "type": "Feature", "properties": { "id": 22, "name": "Orsa" }, "geometry": { "type": "Point", "coordinates": [ 1627705.0, 8653421.0 ] } },
{ "type": "Feature", "properties": { "id": 23, "name": "Tomelilla" }, "geometry": { "type": "Point", "coordinates": [ 1553290.0, 7467849.0 ] } }
{ "type": "Feature", "properties": { "id": 23, "name": "Tomelilla" }, "geometry": { "type": "Point", "coordinates": [ 1553290.0, 7467849.0 ] } },
{ "type": "Feature", "properties": { "id": 24, "name": "Haninge" }, "geometry": { "type": "Point", "coordinates": [ 2018984, 8216175 ] } }
]
}
2 changes: 1 addition & 1 deletion data/origo-mask-3857.geojson

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "legend",
"options": {
"labelOpacitySlider": "Opacity",
"useGroupIndication" : true
"useGroupIndication": true
}
},
{
Expand Down Expand Up @@ -258,4 +258,4 @@
]
]
}
}
}
2 changes: 2 additions & 0 deletions origo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import 'drag-drop-touch';
import permalink from './src/permalink/permalink';
import * as Loader from './src/loading';
import Spinner from './src/utils/spinner';
import layerType from './src/layer/layertype';

const Origo = function Origo(configPath, options = {}) {
/** Reference to the returned Component */
Expand Down Expand Up @@ -193,5 +194,6 @@ Origo.Loader.show = Loader.showLoading;
Origo.Loader.hide = Loader.hideLoading;
Origo.Loader.withLoading = Loader.withLoading;
Origo.Loader.getInlineSpinner = Spinner;
Origo.layerType = layerType;

export default Origo;
Loading

0 comments on commit 38c9570

Please sign in to comment.