-
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 adding points #5
Conversation
…/common-hosted-form-service into component-skeleton
fixed Unknown Component Render issue
Map submission Data Submission Updated
app/frontend/package.json
Outdated
@@ -31,6 +31,8 @@ | |||
}, | |||
"dependencies": { | |||
"@bcgov/bc-sans": "^1.0.1", | |||
"@bcgov/smk": "^1.2.1", |
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.
Remove
unused packages smk, smk/cli
app/frontend/public/index.html
Outdated
@@ -1,5 +1,6 @@ | |||
<!DOCTYPE html> | |||
<html lang="en"> | |||
<script src="../node_modules/@bcgov/smk/dist/smk.js"></script> |
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.
Remove as not using smk
components/package.json
Outdated
@@ -47,8 +47,14 @@ | |||
"components" | |||
], | |||
"dependencies": { | |||
"@bcgov/smk": "^1.2.1", |
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.
Update dependecies with used library
} | ||
|
||
attach(element) { | ||
console.log('Attaching component to element'); |
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.
Remove the console logs from the codes
Description
Added map component, added drawing functionality, submissions and point retrieval works.
Types of changes
New feature (non-breaking change which adds functionality)