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

how to show marker point in canvas map #323

Open
rboopathyAST opened this issue Jun 7, 2018 · 0 comments
Open

how to show marker point in canvas map #323

rboopathyAST opened this issue Jun 7, 2018 · 0 comments

Comments

@rboopathyAST
Copy link

I have following issues,

  1. how to change the projection "mercator" into "conicEqualArea".
  2. Marker point not display on canvas.

I have geoJSON with Marker point like,
{ "type": "Feature", "properties": {"marker-color": "#FFFF00","marker-size": "medium","marker-symbol": "star","attr_a":"Horse Location"}, "geometry": { "type": "Point", "coordinates":[12.697405815124512, 56.170918932710926]}}

Please find my attachment for full code
index.zip

My Expectation is:
image

My output:
The colors are good. but marker not draw and width is little height.
image

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

No branches or pull requests

1 participant