Florian Bischof

Results 277 comments of Florian Bischof

what would it mean for us to refactor Geoman to typescript? We are no typescript developers, would it make problems for us to develop and understand the code?

Hey guys, can you please take a look on #820

@ryan-morris or someone else, I think it would be really helpful if we had a demo for TyperScript. Do you think you can make this for us? Demos: - JavaScript:...

Thx for the demo. I want to add some demo links to the Readme. But my problem is, that I have no idea how Vue, React, Angular, ... works. I...

I know this is very short term, but it would be cool if someone could take care of the PR #791. We probably want to do a release today (or...

@ryan-morris would it make sense to make a own project like `@types/leaflet`? I don't asked @codeofsumit but I think it would be possible to make a new repo in the...

Ok yeah, the versions and the long support can be a problem. I think when we have the base, that I can add the (default) typings by my self for...

TypeScript wrong implemetation: - #865 getGeomanDrawLayers() Fixing PR: #868 - #821 reInitLayers()

@ryan-morris Wow! Very strong, greate work! I think the best would be to create a draft PR, then I can add a review. To your points: - Events: I also...

@robcdd You can't call `getLatLng()` or `getLatLngs()` on a `Layer`-type. You need first cast to the right type. Look: #1014 > moving over to TS We will not rewrite the...