Tobias
9c96f6534f
Add package tailwind-merge
...
Closes https://github.com/pietervdvn/MapComplete/issues/1461
2023-06-15 05:32:41 +02:00
Tobias
474f71db3f
Prettier: Introduce prettier-plugin-tailwindcss
...
Which is the official plugin that helps with auto sorting class names https://www.npmjs.com/package/prettier-plugin-tailwindcss
The config follows the recommendation from https://github.com/sveltejs/prettier-plugin-svelte#usage-with-tailwind-prettier-plugin
2023-06-14 15:55:57 +02:00
Tobias
1cf0f24d8e
Prettier: Move config from cli to prettierrc file
...
This way they are applied globally and "on save"
2023-06-14 15:37:53 +02:00
Tobias
5a6f044055
Simplify npm run format
...
No `npx` required since we have prettier in our `package.json`.
2023-06-14 15:37:09 +02:00
Tobias
6e660b811b
Update prettier, prettier svelte
2023-06-14 15:17:18 +02:00
0d1a91dbab
Merge develop
2023-06-11 23:12:10 +02:00
99cb879cfe
Some more experimentation with the conflation script
2023-06-11 16:58:07 +02:00
9cffe6814e
Merge: develop
2023-06-11 02:32:14 +02:00
58b94c38e5
Fix: dynamic filtering with non-string values
2023-06-08 13:34:25 +02:00
dependabot[bot]
44eed4e962
Bump vite from 4.0.4 to 4.0.5
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:22:51 +00:00
905f796baa
Fix: png correctly outputs all markers now
2023-06-04 00:43:32 +02:00
1a7289f516
Scripts: add 'refresh:layeroverview'
2023-05-24 00:27:18 +02:00
dbca260132
Fix: build
2023-05-19 11:48:04 +02:00
4d5695e3f1
build: split build process into multiple GH actions
2023-05-19 11:23:17 +02:00
82093ffdf4
Refactoring: new background selector
2023-05-18 15:44:54 +02:00
5904142402
Merge develop
2023-05-16 03:30:00 +02:00
fbbebce30e
Bump version number
2023-05-16 01:36:19 +02:00
07f9f1bb15
More style tweaks
2023-05-11 17:29:25 +02:00
7f1e8d3f9c
Refactoring: overhaul of the visual style with CSS
2023-05-11 02:18:09 +02:00
a1f5032232
Fix: output tailwind into 'public/css/' instead of 'css/'
2023-05-09 00:50:58 +02:00
e6163ed2eb
Merge develop
2023-05-08 00:20:32 +02:00
a4a3b8a5ad
Refactoring: small styling issues
2023-05-07 02:26:30 +02:00
0e81b65363
Fix: styling issues; refactoring: remove 'SearchAndGo'
2023-05-06 12:35:02 +02:00
36a0784e06
Bump version number
2023-05-06 11:05:19 +02:00
c6e12fdd6b
Refactoring: fix GPX-track view
2023-04-20 18:58:31 +02:00
7163d68751
Merge develop
2023-04-19 13:08:58 +02:00
7f8969146a
Refactoring: allow to export the map as PNG
2023-04-19 03:20:49 +02:00
b0052d3a36
refactoring: Fix documentation generation, (auto)remove documentation of deleted themes
2023-04-15 03:15:17 +02:00
ef0ec5160d
Refactoring: fix download buttons
2023-04-14 04:33:06 +02:00
a3242a3c7d
refactoring: remove some tests that don't work anymore
2023-04-13 22:36:07 +02:00
dependabot[bot]
eeca4c16b1
Bump xml2js from 0.4.23 to 0.5.0
...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ) from 0.4.23 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases )
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 01:09:27 +00:00
0241f89d3d
refactoring: fix basic flow to add a new point
2023-04-06 01:33:08 +02:00
52a0810ea9
refactoring: move logic of lastclick into special layer, fix labels, fix anchoring
2023-04-02 02:59:20 +02:00
41e6a2c760
More refactoring
2023-03-29 17:21:20 +02:00
5d0fe31c41
refactoring
2023-03-28 05:13:48 +02:00
4d48b1cf2b
refactoring(maplibre): WIP
2023-03-24 19:21:15 +01:00
4f2bbf4b54
refactoring(maplibre): add RasterLayer info, add background switch, add default global layers
2023-03-11 02:46:49 +01:00
703d561324
perf: use script which trims the ELI to download the ELI
2023-03-11 02:42:24 +01:00
868d476891
Merge feature/svelte into develop
2023-03-08 19:02:41 +01:00
db25d64409
Merge branch 'master' into develop
2023-03-08 02:57:31 +01:00
2f014dbd22
chore:add git pull to housekeeping
2023-03-08 02:07:12 +01:00
6ee85b12f8
Split up allKnownLayouts, make parsing it lazy for faster loading
2023-03-02 05:20:53 +01:00
bf1593bfb4
Fix service worker
2023-02-24 17:47:30 +01:00
1338f06c5d
Attempt to fix the build
2023-02-10 14:55:41 +01:00
47f8194c1c
Improve weblate-fix scripts
2023-02-10 01:49:42 +01:00
wjtje
325b8831f2
Cleanup vite.config.js and fix scripts in package.json
...
- Make sure rm isn't called when there are no files to delete
2023-02-09 14:06:23 +01:00
f9f1a30921
Another step to get tests running
2023-02-08 02:47:32 +01:00
cd735c1571
Fixing tests
2023-02-08 01:21:21 +01:00
228ceb120d
Port tests to vitest
2023-02-08 01:21:21 +01:00
64a4d7e929
Install vitest
2023-02-08 01:21:21 +01:00
36aed99843
Fix generateLayerOverview, drop priviliged 'icons.json' from code
2023-02-08 01:21:19 +01:00
8423793a7f
Use -- to pass arguments where needed for vite-node
2023-02-08 01:18:56 +01:00
02da80c311
Experimenting with Svelte: build a wrapper to convert 'old' components into Svelte, add a community index overview
2023-02-08 01:18:56 +01:00
04753f39c4
Use vite-node instead of ts-node to run the scripts
2023-02-08 01:18:56 +01:00
112162e6c8
More svelte work
2023-02-08 01:18:56 +01:00
d30ed22673
Adding a community index view with Svelte (WIP)
2023-02-08 01:18:56 +01:00
wjtje
203d1b6b34
🚧 First svelte component
2023-02-08 01:18:56 +01:00
7394f447eb
Remove unneeded part of 'clean'-script
2023-02-07 02:58:55 +01:00
1cef57ba4a
Add language metadata fetching to housekeeping script
2023-02-01 02:04:29 +01:00
97bf454d38
Fix 'nearby images'
2023-01-30 01:26:48 +01:00
321568abe6
Fix tests
2023-01-22 01:09:16 +01:00
888d4e95a3
Use mangrove-reviews-typescript, rework reviews modules
2023-01-21 23:58:14 +01:00
fd30c44352
Sync translations, regenerate docs, fix tests
2023-01-17 03:18:39 +01:00
f789c8db9e
Remove obsolete scripts
2023-01-17 03:01:01 +01:00
60583aa658
Configuration with more or less working scripts
2023-01-17 02:00:57 +01:00
6ca5c31e3a
Neuter mangrove.reviews, it doesn't build
2023-01-17 01:09:11 +01:00
e9004a2190
Undo some changes to fix the build, move svg-check into generateLayerOverview as to move fs out of the dependency tree for the webpage
2023-01-17 01:00:43 +01:00
wjtje
39cc043f8b
🚧 Working on vite build
2023-01-17 00:50:42 +01:00
wjtje
cc0c925b81
"working"
2023-01-17 00:50:42 +01:00
a81dbb170e
Merge master
2023-01-13 04:02:50 +01:00
f2d29fc0ea
Remove duplicate automerge
2023-01-13 03:56:04 +01:00
c9ecbcc9e2
Add weblate-merge script for easier merging
2023-01-13 03:54:23 +01:00
0a5f56d57a
Improve script to generate series
2023-01-09 20:38:11 +01:00
63708a65f5
Revert to parcel 1.2 again, should fix broken build
2022-12-24 14:47:33 +01:00
e836445de6
Version bump
2022-12-23 16:33:23 +01:00
dependabot[bot]
04fa148144
Bump node-forge and parcel
...
Removes [node-forge](https://github.com/digitalbazaar/forge ). It's no longer used after updating ancestor dependency [parcel](https://github.com/parcel-bundler/parcel ). These dependencies need to be updated together.
Removes `node-forge`
Updates `parcel` from 1.12.4 to 2.7.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.4...v2.7.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
- dependency-name: parcel
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 02:50:32 +00:00
6f018a2fd8
Replace userbadge with panel access to user information, add more information to user profile
2022-12-13 03:46:53 +01:00
8d2e0dcfc7
Update leaflet to 1.9.2
2022-12-06 04:08:18 +01:00
5c28ce2995
Merge pull request #1117 from pietervdvn/dependabot/npm_and_yarn/minimist-and-osmtogeojson-1.2.6
...
Bump minimist and osmtogeojson
2022-11-07 21:49:46 +01:00
30a835a232
Improve metadata in language translations, remove wikidata-downloading-script
2022-10-29 03:01:24 +02:00
dependabot[bot]
d3552a4e53
Bump minimist and osmtogeojson
...
Bumps [minimist](https://github.com/minimistjs/minimist ) to 1.2.6 and updates ancestor dependency [osmtogeojson](https://github.com/tyrasd/osmtogeojson ). These dependencies need to be updated together.
Updates `minimist` from 0.0.5 to 1.2.6
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v0.0.5...v1.2.6 )
Updates `osmtogeojson` from 3.0.0-beta.4 to 3.0.0-beta.5
- [Release notes](https://github.com/tyrasd/osmtogeojson/releases )
- [Changelog](https://github.com/tyrasd/osmtogeojson/blob/gh-pages/CHANGELOG.md )
- [Commits](https://github.com/tyrasd/osmtogeojson/compare/3.0.0-beta.4...3.0.0-beta.5 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
- dependency-name: osmtogeojson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 02:42:15 +00:00
8d304f9a56
Merge upload GPX-tracks to OSM; split 'specialVisualisations' into multiple smaller classes
2022-10-28 04:33:05 +02:00
e81e894a11
Improve flyer, fix addPage
2022-09-16 18:58:42 +02:00
27ccce70c0
More work on the flyers
2022-09-14 12:21:13 +02:00
c4404d68f9
Merge branch 'develop' into feature/flyer
2022-09-13 00:30:35 +02:00
9d753ec7c0
Experimenting with JS-pdf
2022-09-11 00:44:51 +02:00
818cd62abc
Merge pull request #1078 from pietervdvn/leaflet_update
...
chore: upgrade leaflet
2022-09-10 20:08:58 +02:00
Brice Maron
2ce7b7f3ad
chore: upgrade leaflet
2022-09-10 16:40:32 +02:00
cc74b73738
Housekeeping...
2022-09-10 13:25:18 +02:00
e22d189376
Merge pull request #1057 from eMerzh/prettify
...
Prettify
2022-09-08 21:39:57 +02:00
af76bf9916
Merge typescript-4 branch
2022-09-08 21:31:56 +02:00
Brice Maron
d3f453a4fb
feat: add prettier config
2022-09-08 20:57:11 +02:00
Brice Maron
f422f6dcb3
chore: correct license to a valid spdx identifier
2022-09-08 20:01:12 +02:00
14788c32b9
Merge pull request #1063 from eMerzh/less_deps
...
chore(deps): remove unused deps
2022-09-05 11:57:23 +02:00
Brice Maron
8d1dbd59e9
chore(deps): upgrade ts-node
2022-09-05 08:09:56 +02:00
Brice Maron
237a3266c3
chore(deps): remove unused deps
2022-09-04 23:23:29 +02:00
Brice Maron
d6c73441b0
chore(deps): upgrade tailwind
2022-09-04 21:04:13 +02:00
Brice Maron
39769428d0
chore(deps): remove jquery as deps
2022-09-03 23:13:59 +02:00
3fd5343e47
Bump ts-node version
2022-09-03 14:45:48 +02:00
069a5615fa
Update typescript version
2022-09-03 14:45:48 +02:00
Brice Maron
e21eb6596e
fix: correct sed command to be OSX compatible
2022-09-01 15:11:58 +02:00
Robin van der Linde
64560b9cd2
Merge branch 'develop' into feature/maproulette
2022-07-27 09:28:42 +02:00
9dd264adac
Intall chart.js
2022-07-20 15:23:36 +02:00
Robin van der Linde
330f1f53f3
Merge branch 'develop' into feature/maproulette
2022-07-19 09:38:12 +02:00
d7672ce5ea
Attempt to fix the build
2022-07-18 15:06:12 +02:00
Robin van der Linde
1ce88c18c5
Merge branch 'develop' into feature/maproulette
2022-07-18 09:41:38 +02:00
9efceb4751
Merge pull request #946 from pietervdvn/dependabot/npm_and_yarn/moment-2.29.4
...
Bump moment from 2.29.2 to 2.29.4
2022-07-18 02:12:18 +02:00
f6ea4c18fa
Download new stats
2022-07-16 01:01:51 +02:00
07973e37a6
Add priority-search to the searchable element
2022-07-15 01:10:10 +02:00
Robin van der Linde
f7506e07cd
Add hotel layer, conversion scripts
2022-07-14 15:17:09 +02:00
c916d5fe66
Merge develop
2022-07-13 23:12:14 +02:00
dependabot[bot]
af80260d41
Bump moment from 2.29.2 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:00:38 +00:00
f805178b9b
Update libphonenumber
2022-07-13 17:59:27 +02:00
fbe11d4a90
Fix reset:layeroverview, improve rainbow map
2022-07-12 10:45:08 +02:00
325e30666b
Wikidata language picker
2022-07-11 09:14:26 +02:00
9f41e719f2
Fix build
2022-07-06 16:35:14 +02:00
8c036e159f
Generate layer overview now only recompiles files that need to be recompiled
2022-07-06 15:55:22 +02:00
13579e6c97
Fix link in docs, add 'localhost' and gitpod to non-caching version of serviceworkers
2022-07-05 16:59:40 +02:00
536840ba1c
Remove svg-resizer dependency
2022-07-05 14:59:56 +02:00
84f8685adc
Attempt to fix build on windows
2022-07-05 14:55:49 +02:00
ef66b1931f
Add small script to steal shop presets from the iD-project
2022-07-02 01:59:26 +02:00
0f66d7f8cc
Add fakedom to test UI code, replace all 'innerText' with 'textContent' as it is not compatible with fakedom
2022-06-28 03:21:18 +02:00
be38294a7f
Merge master
2022-06-27 23:49:35 +02:00
d670eec72a
Housekeeping...
2022-06-24 16:59:04 +02:00
732d4621ae
Improve school script
2022-06-24 03:36:51 +02:00
98c6113cbe
Merge master
2022-06-22 20:06:41 +02:00
f7cacc15d3
Add first version of schools
2022-06-21 13:59:31 +02:00
f0c90b4d1c
Merge master
2022-06-20 03:22:27 +02:00
e13c7ae677
Move some assets to the 'tagRenderings'-directory as they are only needed there, add 'smoking' question, add 'nightclubs' to 'pub_cafe'-layer
2022-06-20 01:42:30 +02:00
470e9acc64
Merge master
2022-06-19 18:23:43 +02:00
f246afe3db
Add and process school data
2022-06-14 12:14:02 +02:00
771c59ab92
Fix visualisation of licenses
2022-06-13 00:51:53 +02:00
8ff1b77589
Merge branch 'master' into develop
2022-06-04 16:56:41 +02:00
4db79db2df
Add script
2022-06-04 16:55:10 +02:00
631108954e
Add github hash to service worker to auto-update caches
2022-06-03 13:41:51 +02:00
08e9490c54
Merge pull request #855 from pietervdvn/dependabot/npm_and_yarn/sharp-0.30.5
...
Bump sharp from 0.28.3 to 0.30.5
2022-06-03 03:09:01 +02:00
fc0afbcc18
Merge master
2022-06-02 03:05:16 +02:00
8179d6e0d7
Fix build
2022-06-02 03:04:11 +02:00
ea1e7e62ef
Fix service worker
2022-06-02 02:59:34 +02:00
dependabot[bot]
e410866e4e
Bump sharp from 0.28.3 to 0.30.5
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.28.3 to 0.30.5.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.28.3...v0.30.5 )
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 23:47:16 +00:00
f70562e49b
Add weblate-fix-script
2022-05-27 14:50:30 +02:00
890e555d87
Add textmode icons
2022-05-26 14:22:48 +02:00
839513b9b4
Merge branch 'master' into develop
2022-05-23 01:24:18 +02:00
38a1c4ce7d
Add housekeeping script
2022-05-21 02:32:06 +02:00
25c33d557d
Merge branch 'master' into develop
2022-05-20 12:59:16 +02:00
440eb9d5ff
Improvate translation fix script
2022-05-17 00:05:16 +02:00
f81532582c
Merge master
2022-05-16 23:39:30 +02:00
e5908cf49b
Experimenting with service workers
2022-05-13 02:11:38 +02:00
938c6f56c3
Remove obsolete command
2022-05-07 16:57:21 +02:00
17854468ef
Don't delete webmanifest on clean
2022-05-06 12:39:37 +02:00
88ad297662
Fix loading of custom css
2022-04-26 10:32:47 +02:00
2262bcb86c
Add 'merge-translations'
2022-04-19 01:47:21 +02:00
dependabot[bot]
189b9ea82f
Bump moment from 2.29.1 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 07:31:29 +00:00
2f2e58faff
Update doctestts, add lint config
2022-04-08 17:59:14 +02:00
55dd4c58ee
Some linting issues
2022-04-08 04:36:00 +02:00
54d7a3a52b
Refactoring of conversion, fix rewriting of maprenderings and tagrenderings
2022-04-06 03:06:50 +02:00
b119e1ac1d
Import helper: Improve error messages of non-matching presets; fix bug if a value is 'null' in source geojson
2022-04-04 04:54:54 +02:00
676787eaf7
Switch to doctest-ts-improved
2022-03-25 16:42:33 +01:00
2dac893bb3
Further refactoring of the tests
2022-03-23 19:48:06 +01:00
308ab74a08
Add download-as-svg options
2022-03-18 01:21:00 +01:00
f441eb2f0a
Add download button to import helper
2022-03-17 11:01:52 +01:00
82e59bc1eb
More unit tests
2022-03-15 01:42:38 +01:00
4f4fc650b1
First steps to a real testing framework: first working version with mocha, chai and doctest-ts
2022-03-14 22:57:01 +01:00
f20144a502
Merge master
2022-03-14 03:34:42 +01:00
a0e59e473d
Add weblate upstreams to package.json file
2022-03-11 16:34:16 +01:00
Robin van der Linde
e1a9a14d74
Add Dutch traffic signs, hide questions if traffic signs not known ( #679 )
...
* Add Dutch traffic signs, hide questions if traffic signs not known
* Move images to subfolders
* Merge develop, regen docs
Co-authored-by: pietervdvn <pietervdvn@posteo.net>
2022-03-08 01:11:32 +01:00
2a923a49d6
Fix start
2022-02-25 00:05:27 +01:00
d8a0ca321b
Add language names to the language picker
2022-02-24 02:33:20 +01:00
c203a365e4
Merge branch 'master' into develop
2022-02-18 03:22:35 +01:00
438129f10c
Regenerate contributor lists
2022-02-14 19:41:55 +01:00
5221e91dcd
First version of giving feedback to contriubtors on invalid values
2022-02-12 02:53:41 +01:00
d7c8c06656
Remove more obsolete dependencies
2022-02-04 01:51:47 +01:00
df8ac0bce4
Remove marked dependency
2022-02-04 01:50:21 +01:00
5d884a97f9
Add a warning if a logo for a theme is not square
2022-02-04 00:42:02 +01:00
c15f3d2036
Lots of styling tweaks, add filter links between layers
2022-02-01 04:14:54 +01:00
d1e99fc2d3
Cyclestreets: only add maxspeed=30 in Belgium; change 'language' to 'locale' in changeset tags, load notes in import_viewer up to two years back, language tweaks
2022-01-31 20:52:56 +01:00
5a9f26081c
Natuurpunt tweaks
2022-01-31 14:34:06 +01:00
5affad6b06
Small cleanup of package.json
2022-01-26 21:45:57 +01:00
99edba4c73
Merge master
2022-01-26 21:12:25 +01:00
791c6c4f55
Include route=foot in trails
2022-01-25 18:20:15 +01:00
33ef83c4a9
Finish import_viewer gui
2022-01-24 03:09:21 +01:00
700b48f693
Fix import flow for more advanced scenarios
2022-01-22 02:56:35 +01:00
3402ac0954
Lots of refactoring, first version of the import helper
2022-01-19 20:34:04 +01:00
8cb41d14ff
First steps for import helper
2022-01-18 21:26:07 +01:00
7bc01b783b
Merge pull request #622 from RayBB/replace-wget
...
replace wget with download script
2022-01-17 01:01:13 +01:00
RayBB
8d51d354a9
replace wget with download script
2022-01-16 17:43:43 -05:00
3cdf6f492c
Switch osmtogeojson back to 3.0 version, fix overpass querying
2022-01-15 01:33:52 +01:00
a65afbbb58
Work on automatically creating an import layer for every feature
2022-01-14 13:58:37 +01:00
ebb510da04
First draft of loading 'notes'
2022-01-07 04:14:53 +01:00
11a0d1ed54
Merge refactoring/no-central-theme-overview
2022-01-06 21:08:09 +01:00
d4f5e1d238
Add script to automatically rescale SVG images - important to export them to PNGs
2022-01-06 20:39:59 +01:00
ac1b4a010c
Merge develop
2022-01-05 18:18:13 +01:00
92c63560ef
Add workaround for turf.intersect which can't deal with touching polygons
2021-12-24 02:48:04 +01:00
220d65ef85
Small fixes and cleanup of package scripts
2021-12-22 23:50:43 +01:00
630bcd8dad
Re-add generate:layeroverview to generate
2021-12-22 02:30:39 +01:00
3cc61403b9
Update some deps, remove obsolete scripts in package.json, experimenting with build script
2021-12-22 02:25:25 +01:00
928d119816
Create a build script which splits deployment
2021-12-22 01:53:58 +01:00
4b6769d601
Fix custom layouts
2021-12-21 19:56:04 +01:00
8e2e367a0c
Add 404, fixing custom layouts and redirects
2021-12-21 19:09:24 +01:00
11150a258d
First part of a huge refactoring
2021-12-21 18:35:31 +01:00
7b774b2aa3
Bump latlon2country
2021-12-13 20:50:29 +01:00
6404ce1694
Add automaton-page
2021-12-12 17:16:15 +01:00
055ebd7203
Change caching repository
2021-12-10 12:54:12 +01:00
28599c1b68
New versions: latlon2country 12.5
2021-12-07 02:48:25 +01:00
9cfb7fbe68
Update of latlon2country and use its async interface; small refactoring of simplemetagging, improvements to cacheBuilder which respects isShown and calculated tags now
2021-12-07 02:22:56 +01:00
7cfbb49bab
cd
2021-12-02 02:54:28 +01:00
7679a832f4
Add landing page (WIP)
2021-11-25 02:50:43 +01:00
8fa7de661e
WIP: use indexedDB as datastore for geotiles
2021-11-15 11:51:32 +01:00
746273f594
Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme
2021-11-10 18:42:31 +01:00
e8ce53d5eb
Add 'export as GPX'-feature, fix #276
2021-11-08 20:49:51 +01:00
18c53af27f
Crash prepare-deploy if layer compilation fails
2021-11-08 02:44:03 +01:00
8e8340c7fe
Add JSON-schema files
2021-11-07 17:52:05 +01:00
e15ec387a2
Add json schema files for the layout-config.json
2021-11-07 17:17:48 +01:00
0c0ef48a96
First working version with multi-rendering
2021-10-22 01:07:32 +02:00
914c12ce21
Update dependency on leaflet-providers, fix #469
2021-10-20 01:18:40 +02:00
902f32ba4b
Add quickfacts-box to wikipedia article
2021-10-18 20:40:24 +02:00
fea020956a
Add dependency cruiser; fix tests
2021-10-14 20:14:14 +02:00
c2f610df86
Fix out-of memory when starting parcel
2021-10-14 17:35:55 +02:00
7e2b73ac5d
Add move option, enable move and delete option on most layers
2021-10-14 03:46:09 +02:00
2813c31a93
Temporary fix to questions
2021-10-03 02:50:11 +02:00
a89d303ecd
Further stabilization of wikipedia box
2021-10-03 01:38:57 +02:00
087d5cdbef
Add a strt to package.json for when tailwind JIT isn't needed
2021-10-01 05:23:50 +02:00
4480f2f5e3
Experimental json merge driver
2021-10-01 04:59:22 +02:00
32689f5179
Bump maximum allowed memory of node
2021-10-01 02:55:44 +02:00
Tobias Jordans
45e8b96f9f
Introduce TailwindCSS CLI with JIT-Mode
...
Remove Tailwind Compatibility Mode and PostCSS. Install newest tailwind and configure it to use JIT-Mode. Setup npm run scripts to run TailwindCSS CLI and Parcel in parallel. The Tailwind index.css and all .html/.ts files are scanned live and generated to /css/index-tailwind-output which is in turn included in index.html.
2021-09-22 19:56:05 +02:00
285ca2e508
Fix deploy
2021-09-22 16:57:07 +02:00
1f8eca6b8b
Merge branch 'master' into develop
2021-09-22 16:28:01 +02:00
Tobias
43a4a91016
package.json: Fix folder name
...
`assets/tagRendering` does not exist, but `assets/tagRenderings` does.
2021-09-22 14:23:19 +02:00
d5c1ba4cd1
More refactoring, move minimap behind facade
2021-09-21 02:10:42 +02:00
3c51c28157
Attempt to fix caching process
2021-09-10 00:00:48 +02:00
7e2744576c
More work on the charging stations theme
2021-09-07 21:03:29 +02:00
7b595e65c6
Regenerate contributors
2021-08-21 23:14:09 +02:00
bf2d634208
Reorganize cycle_infra, fix bug with length-input, add some images
2021-08-06 20:22:23 +02:00
f617200fcb
Remove generate:docs from prepareDeploy
2021-07-28 00:09:57 +02:00
c8bd412476
Merge develop
2021-07-27 22:23:42 +02:00
52714f8b72
Fix typo
2021-07-27 22:08:04 +02:00
09279f6e97
Remove duplicate generate:licenses
2021-07-27 21:06:43 +02:00
0162d52b68
Merge develop
2021-07-27 19:59:41 +02:00
46e9a7abc4
Update dependencies
2021-07-27 15:30:20 +02:00
7c03a185ac
Inline AspectedRouting (package didn't want to build), update docs, update sharp dependency to the latest version
2021-07-27 12:11:42 +02:00
f8b7c1061a
Update of aspected routing dep
2021-07-27 11:34:39 +02:00
e0b71ca53e
Wire in aspected-routing as calculated tag
2021-07-26 20:21:05 +02:00
77a0c29517
Add aspected routing as dependency
2021-07-26 18:02:28 +02:00
330930d5d4
Merge develop
2021-07-24 02:32:33 +02:00
b79be77686
Add point-overview output option to generateCache
2021-07-23 17:28:36 +02:00
LiamSimons
35bb27d365
Download pdf and png possible - pdf doesn't scale well
2021-07-22 14:33:49 +02:00
248ea78b17
First working version of split road functionality
2021-07-18 21:37:14 +02:00
6d73330f6b
Enable caching for some natuurpunt layers
2021-07-18 19:08:14 +02:00
288501343c
Install caching
2021-07-18 18:44:39 +02:00
ede3227389
Exclude a few files from start-script
2021-07-12 13:16:08 +02:00