Yermo Lamers
Yermo Lamers
The only thing that shows up in the Javascript console on startup is: ``` [Error] TypeError: (0,o.default)(this.toolbarDefaultBg).darken(.2).hex is not a function. (In '(0,o.default)(this.toolbarDefaultBg).darken(.2).hex()', '(0,o.default)(this.toolbarDefaultBg).darken(.2).hex' is undefined) statusBarColor (app.js:1:4495) (anonymous function)...
yes. it seems to be the rendering of the text in the canvas. Unfortunately, I was unable to use this editor in my project and moved on to fixing my...
I have to fix it. My plan is to loop back focus on the backlog of issues and pull requests starting this Friday.
I think I have this working now. Please checkout branch issue_367_geojsonsource. Rebuild the plugin and demo-angular app using: ``` cd src npm run build.debug cd ../demo-angular tns run ``` I've...
Checkout the branch. Build the plugin Then reference it from your project in package.json ``` "nativescript-mapbox": "file:../nativescript-mapbox/publish/dist/package", ``` (Update the path to match your hierarchy obviously)
Yes. I plan to do another major pass through the plugin in a few weeks.
@mircobabini that would be awesome. I am almost finished with the project that has occupied all my time, but if you could lend a hand it would be a huge...
@EddyVerbruggen Take a look at the work I've done in my fork. This plugin is central to a big project I'm working on. I have the latests API's integrated and,...
@EddyVerbruggen I can merge the changes added to this repository to mine and then we can merge the whole thing together. Over the next couple of months there are a...
It definitely looks like it'd be easier to merge into mine and then back. The addSource/removeSource methods have been added since I forked. So far the only conflict I see...