Skip to content
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

Merged
merged 7 commits into from
Oct 28, 2024
Merged

Conversation

deepak-shah-np
Copy link
Collaborator

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.
    image

  • SBaseMap
    The SBaseMap contains the selectable basemap such as CartDB, openstreet, Google Satellite, Terrain, Dark Grey and open topo layers.
    image

  • SLegend
    The SLegend is better collapsible component for map legends.

image

@deepak-shah-np deepak-shah-np self-assigned this Oct 28, 2024
@@ -24,7 +29,7 @@ export default defineNuxtConfig({
dark: false,
colors: {
// background: '#FFFFFF',
Copy link
Member

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?

Copy link
Collaborator Author

@deepak-shah-np deepak-shah-np Oct 28, 2024

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Member

@billyz313 billyz313 left a 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?

Copy link
Member

@billyz313 billyz313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

@billyz313 billyz313 merged commit 608a2f4 into main Oct 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants