Navigation Menu

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

Speed up rendering with dot symbolizer #3498

Open
gisuser1024 opened this issue Aug 18, 2016 · 0 comments
Open

Speed up rendering with dot symbolizer #3498

gisuser1024 opened this issue Aug 18, 2016 · 0 comments

Comments

@gisuser1024
Copy link

I am using node js/ mapnik to render a png file and serve back to a client. For about a million points I am seeing close to 10 second rendering times. (Basically about 100K per second) I am using the new dotsymbolizer. width=1.5 and height=1.5 (nothing else). The majority of points if any do not overlap. I'm on an 8CPU, 64G Ram server. Is this the expected time for about a million points? Is there a way to speed things up. Any internal settings, best practices, tricks, etc... I don't need any real special styling. Just a single colored dot on a map.

Basically I'm pulling data from an external source into a CSV Memory data store and using mapnik to render. (a PNG tile)

I'm debugging my code and can see that this is the actual Render time, and not query time.
THanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants