NW/GIS: Update sample models to work in NetLogo Web#452
Open
LaCuneta wants to merge 1 commit into
Open
Conversation
LaCuneta
force-pushed
the
nlw-extension-updates
branch
2 times, most recently
from
July 24, 2026 18:45
e17ce53 to
759724f
Compare
- Add GIS Airport Example, based on the GIS vector tutorial - Update GIS General Examples and GIS Gradient Example to use embedded resources for their data; resources are still kept in the report for reference or updates. - Update NW General Examples to include saving/loading networks to/from strings, saving files from strings, and loading from embedded resources.
LaCuneta
force-pushed
the
nlw-extension-updates
branch
from
July 24, 2026 19:03
759724f to
7dda839
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NetLogo Web has recently added support for the NW and GIS extensions. These extensions include data loading/saving commands that only work on the local file system, but now we've added string-based alternatives so NetLogo Web can load and save data for them, too. This PR updates the NW and GIS code examples to work with NetLogo Web.
The GHA tests did not pass, but I don't think they're passing on
main, either. Manual tests all went fine for me in 7.0.4 and NLW latest. Let me know if you need any changes. Thanks!