Aleksei Besogonov
3fe48f6685
Add support for Nominatim
...
This adds support for Nominatim-based reverse geocoding, along with
Photon and Geofi. To use it, set the environment variables:
NOMINATIM_API_HOST - the host name of the OSM Nominatim server
NOMINATIM_API_USE_HTTPS - use the HTTPS to connect
NOMINATIM_API_KEY - the API key
2025-01-20 23:16:51 -08:00
Evgenii Burmakin
6d6a34f2b4
Merge pull request #697 from Freika/dependabot/bundler/sidekiq-cron-2.1.0
...
Bump sidekiq-cron from 2.0.1 to 2.1.0
2025-01-20 16:17:29 +01:00
Evgenii Burmakin
4f06c5b53e
Merge pull request #696 from Freika/dependabot/bundler/tailwindcss-rails-3.3.0
...
Bump tailwindcss-rails from 3.2.0 to 3.3.0
2025-01-20 16:17:13 +01:00
Evgenii Burmakin
a04675ca0f
Merge pull request #695 from Freika/dependabot/bundler/rubocop-rails-2.29.0
...
Bump rubocop-rails from 2.28.0 to 2.29.0
2025-01-20 16:16:55 +01:00
dependabot[bot]
d549a31a0a
Bump sidekiq-cron from 2.0.1 to 2.1.0
...
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/ondrejbartas/sidekiq-cron/releases )
- [Changelog](https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ondrejbartas/sidekiq-cron/compare/v2.0.1...v2.1.0 )
---
updated-dependencies:
- dependency-name: sidekiq-cron
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 14:57:39 +00:00
dependabot[bot]
f558e3d4b1
Bump tailwindcss-rails from 3.2.0 to 3.3.0
...
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases )
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/tailwindcss-rails/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: tailwindcss-rails
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 14:57:28 +00:00
dependabot[bot]
bb139624f7
Bump rubocop-rails from 2.28.0 to 2.29.0
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.28.0...v2.29.0 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 14:56:47 +00:00
Evgenii Burmakin
40a3a41814
Merge pull request #694 from Freika/feature/api/user-endpoint
...
`GET /api/v1/users/me` API endpoint
2025-01-20 15:23:45 +01:00
Eugene Burmakin
bb600230a7
Update changelog and app version
2025-01-20 15:18:40 +01:00
Eugene Burmakin
41bb2e07fb
Add user endpoint
2025-01-20 15:17:56 +01:00
Eugene Burmakin
46a30dc6a2
Update changelog
2025-01-20 11:52:48 +01:00
Evgenii Burmakin
2de546970b
Merge pull request #690 from Freika/feature/points-dragndrop
...
Points drag-n-drop
2025-01-20 11:50:52 +01:00
Eugene Burmakin
9970d63134
Return scale and stats controls to map
2025-01-20 11:46:57 +01:00
Eugene Burmakin
0e5381c16f
Fix fog of war console error
2025-01-20 11:41:45 +01:00
Eugene Burmakin
a50e9f664a
Highlight route on click
2025-01-20 11:26:52 +01:00
Eugene Burmakin
70caaef9b5
Remove console logs
2025-01-19 18:06:56 +01:00
Eugene Burmakin
3ba42dceaf
Highlight on hover
2025-01-19 18:05:21 +01:00
Eugene Burmakin
64b141fa24
Highlight routes again
2025-01-19 17:49:11 +01:00
Eugene Burmakin
94e08d56e1
Fix point updating in the database
2025-01-19 17:14:09 +01:00
Eugene Burmakin
f85fd9e4d0
Implement polylines redraw on point drag
2025-01-19 12:59:12 +01:00
Eugene Burmakin
5a031dad69
Implement drag and drop for points
2025-01-19 11:26:38 +01:00
Eugene Burmakin
dfe3be5232
Fix assets precompile in production env
2025-01-15 13:08:15 +01:00
Evgenii Burmakin
b75b8670af
Merge pull request #667 from Freika/fix/map-performance-improvement-with-canvas
...
Improve map performance with canvas rendering
2025-01-14 23:36:29 +01:00
Eugene Burmakin
5cf2c7e07e
Update changelog and app version
2025-01-14 23:35:23 +01:00
Eugene Burmakin
33401712e2
Allow api_key to be passed in to the visited cities endpoint
2025-01-14 23:33:07 +01:00
Eugene Burmakin
e25d6f05e2
Extract fog of war to a separate file
2025-01-14 23:29:48 +01:00
Eugene Burmakin
e457631715
Use canvas for map
2025-01-14 23:23:46 +01:00
Evgenii Burmakin
e7c3714672
Merge pull request #654 from Freika/feature/fancy-polylines
...
Feature/fancy polylines
2025-01-13 22:12:43 +01:00
Eugene Burmakin
f9a84409d9
Update changelog
2025-01-13 22:05:56 +01:00
Eugene Burmakin
4fc8992f73
Rename Polylines to Routes in the interface
2025-01-13 22:05:25 +01:00
Eugene Burmakin
cebc4950e6
Add info modal for speed colored polylines
2025-01-13 21:57:19 +01:00
Eugene Burmakin
a1adc9875a
Update changelog and app version
2025-01-13 21:37:22 +01:00
Eugene Burmakin
cd7cf8c4bb
Return distance and points number in the custom control to the map
2025-01-13 21:30:08 +01:00
Eugene Burmakin
1c9667d218
Optimize polylines color update
2025-01-13 21:21:04 +01:00
Eugene Burmakin
7a83afd857
Speed up polylines coloring
2025-01-13 21:10:49 +01:00
Eugene Burmakin
216727b9e7
Fix polylines color update when settings updated
2025-01-13 21:04:18 +01:00
Eugene Burmakin
badeff3d0a
Enable or disable speed colored polylines
2025-01-13 20:34:57 +01:00
Evgenii Burmakin
5cb963bce2
Merge pull request #661 from Freika/dependabot/bundler/super_diff-0.15.0
...
Bump super_diff from 0.14.0 to 0.15.0
2025-01-13 17:27:17 +01:00
Evgenii Burmakin
85f288e7ab
Merge pull request #662 from Freika/dependabot/bundler/tailwindcss-rails-3.2.0
...
Bump tailwindcss-rails from 3.1.0 to 3.2.0
2025-01-13 17:26:59 +01:00
dependabot[bot]
3e3f6287fe
Bump tailwindcss-rails from 3.1.0 to 3.2.0
...
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases )
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/tailwindcss-rails/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: tailwindcss-rails
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 15:01:03 +00:00
dependabot[bot]
c9d4ad1f73
Bump super_diff from 0.14.0 to 0.15.0
...
Bumps [super_diff](https://github.com/splitwise/super_diff ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/splitwise/super_diff/releases )
- [Changelog](https://github.com/splitwise/super_diff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/splitwise/super_diff/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: super_diff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 15:00:52 +00:00
Eugene Burmakin
2e18b35e3c
Add settings for speed-colored polylines
2025-01-11 00:42:44 +01:00
Eugene Burmakin
43e4e8d81a
Color polylines based on speed
2025-01-10 23:03:07 +01:00
Evgenii Burmakin
c23c8d5b13
Merge pull request #643 from Freika/fix/missing-bundler-gem
...
Remove unused volumes from docker-compose.yml
2025-01-09 21:19:41 +01:00
Eugene Burmakin
4d3daf24fb
Update changelog
2025-01-09 20:52:30 +01:00
Eugene Burmakin
485f23f82d
Remove unused volumes from docker-compose.yml
2025-01-09 20:51:19 +01:00
Evgenii Burmakin
ae60a38e0c
Merge pull request #437 from Freika/feature/production_env
...
Add production environment configuration
2025-01-09 15:37:40 +01:00
Eugene Burmakin
7766fcbd6a
Update changelog
2025-01-09 15:19:31 +01:00
Eugene Burmakin
1e83330d29
Update changelog
2025-01-09 15:15:56 +01:00
Eugene Burmakin
c13ebe8d3c
Split docker files
2025-01-09 15:04:05 +01:00