Views to display and interact with geographical objects and cartographic layers for UI.
GeoView is build to be implemented and available in different display backends, for examples in Bloc, Alexandrie, Woden, Web-based UI, etc.
Actually there is an experimental Bloc backend. This backend was made for developping GeoView and have a basic display, but this backend is too high level. We are working now on a full Alexandrie canvas for better performances. This canvas can be wrapped into a Bloc element for display on a Bloc/Toplo application.
To install GeoView on your Pharo image you can just execute the following script:
Metacello new
baseline: 'GeoView';
repository: 'github://OpenSmock/GeoView:main/src';
load.
This project is licensed under the MIT License - see the LICENSE file for details.