-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map Components (SMapControl, SBaseMap and SLegend) #4
Conversation
playground/nuxt.config.ts
Outdated
@@ -24,7 +29,7 @@ export default defineNuxtConfig({ | |||
dark: false, | |||
colors: { | |||
// background: '#FFFFFF', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please remove the commented out colors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I will make a separate page in the docs for theming of application.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, can you please remove the commented out colors I commented on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty
Adding the leaflet to the library.
This pr contains few components such as :
SMapControl
The customized version of zoom controller and home controller with different variant of zoom and home button.
SBaseMap
The SBaseMap contains the selectable basemap such as CartDB, openstreet, Google Satellite, Terrain, Dark Grey and open topo layers.
SLegend
The SLegend is better collapsible component for map legends.