Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.34 KB

License Pharo 11 CI Pharo 12 CI

GeoView

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.

Latest version

To install GeoView on your Pharo image you can just execute the following script:

Metacello new
   baseline: 'GeoView';
   repository: 'github://OpenSmock/GeoView:main';
   load.

Dependencies