lib-open-swiss-maps-sdk
lib-open-swiss-maps-sdk copied to clipboard
Android and iOS SDK to display maps and geodata of swisstopo. Owner: simonroesch, Deputy: gjn
Congratulations for launching the new vector basemap in the swisstopo app! It looks amazing. Where can I find the code for the styling of the vector basemap?
Adding the repository to a playgrounds app result in the following error: 
How to add a marker for a specific location to the map? With a customisable symbol/image.
Hi :) What is the easy way to use this SDK in SwiftUI? The whole "UIViewRepresentable" road seems a bit cumbersome, especially if a lot of data has to be...
https://github.com/geoadmin/lib-open-swiss-maps-sdk/blob/05847c4bb004783b79e83c0d690764029b9128ac/android/src/main/java/ch/admin/geo/openswissmaps/view/SwisstopoMapView.kt#L99 Every time the "setBaseLayerType" method is called, it does not release some resources correctly. Calling it repeatedly will cause the outOfMemory error
In my iOS app I need the XYZ tiles (http://api.geo.admin.ch/services/sdiservices.html#xyz) like the ones that are available from the GeoAdmin API online service. Is this SDK able to produce those files?...
I added this plugin on iOS following the installation guide, and I'm correctly see the packages under 'Swift Package Dependencies', but when I try to use this plugin under Pods...
Hi, I can't integrate the Swisstopo map (Switzerland map) with Open Mobile Maps SDK (that shows the whole world). Can you help me? Thanks.
Hello, the SDK fails at compile time on XCode 16.3 The solution is probably to upgrade the maps-core dependency. I tested importing directly maps-core v. 2.6.2 (on which open-swiss-maps depends)...
Hi, After updating the SDK (3.3.0), when I add an icon by specifying the anchor, the hitbox triggered on the MCIconLayerCallbackInterface is now vertically inverted, so it only works correctly...