Skip to content

Views to display and interact with geographical objects and cartographic layers for UI

License

Notifications You must be signed in to change notification settings

OpenSmock/GeoView

Repository files navigation

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