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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Pharo 11 CI Pharo 12 CI

GeoView

image

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/src';
   load.

Dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.