Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update farmOS-map to v2.3.0 #841

Merged
merged 1 commit into from May 8, 2024

Conversation

symbioquine
Copy link
Collaborator

  • to add the ability to use custom stroke colors in custom map layers

symbioquine added a commit to symbioquine/farmOS that referenced this pull request May 7, 2024
@symbioquine symbioquine force-pushed the 3.x-2024_05_07-update-farmos-map branch from a8ae4fc to eadcc39 Compare May 7, 2024 15:18
@symbioquine
Copy link
Collaborator Author

Smoke testing steps:

cd docker
docker build --build-arg FARMOS_REPO=https://github.com/symbioquine/farmOS.git --build-arg FARMOS_VERSION=3.x-2024_05_07-update-farmos-map -t smoke_test_farmos_pr_841 .
docker run --rm -p 80:80 -v "${PWD}/sites:/opt/drupal/web/sites" smoke_test_farmos_pr_841
docker exec -u www-data a50db422a68a drush site-install --db-url=sqlite://localhost/sites/default/files/db.sqlite farm farm.modules='all'
const layer = farmOS.map.instances[0].addLayer('geojson', {
  title: 'Animals',
  url: '/assets/geojson/full/animal',
  color: '#2A0134',
  group: 'Assets',
});
Peek.2024-05-07.08-56.mp4

@symbioquine symbioquine marked this pull request as ready for review May 7, 2024 15:57
@mstenta mstenta force-pushed the 3.x-2024_05_07-update-farmos-map branch from eadcc39 to a54acc4 Compare May 8, 2024 10:11
@mstenta mstenta merged commit a54acc4 into farmOS:3.x May 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants