Merged
Conversation
Mainly to have JSON::Parse available
4cce895 to
5f35237
Compare
Codecov Report
@@ Coverage Diff @@
## v3.6.2-carto #8 +/- ##
===============================================
- Coverage 96.22% 96.2% -0.02%
===============================================
Files 42 42
Lines 8810 8811 +1
===============================================
Hits 8477 8477
- Misses 333 334 +1
Continue to review full report at Codecov.
|
Author
|
@mtehver Maybe you can have a look at this Right now I'm getting something like this from Mapnik when requesting pngs (the Mapnik part): {
"authorizedByAPIKey":2,
"authorize":1,
"req2params":1,
"res":7,
"getTileOrGrid":7,
"render-png":7,
"Mapnik":{
"Time (us)":568,
"Calls":1,
"Setup":{
"Time (us)":453,
"Calls":1,
"Datasource: Get Features":{
"Time (us)":440,
"Calls":1
}
},
"Render":{
"Time (us)":6,
"Calls":1,
"Style":{
"Time (us)":3,
"Calls":1,
"features":0
}
}
},
"tiles in metatile":1,
"total":11
}Any comment about the code or needed measurements (probably in the render part) is welcome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pending testing with static library
cc/ @rafatower