From 0aa611778d7e0988ca8c634cd6ef2bec8e32ad61 Mon Sep 17 00:00:00 2001 From: Haoliang Yu Date: Thu, 29 Sep 2016 14:08:24 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb877af..18745db 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,15 @@ Support the [Angular 2 official release](https://github.com/angular/angular/blob See how it looks at [demo page](http://haoliangyu.github.io/angular2-leaflet-starter/). -New Feature? +FAQ -------------- +### How about Leaflet 1.0? + +Yeap! As soon as the [type definition](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/leaflet/leaflet.d.ts) for 1.0 is done, I will update the leaflet version used in this project. + +### How about new feature? + Since this project has been reached its initial goal to provide a small and clean code base for Angular 2 and Leaflet integration, currently there is no plan for new feature development. However, I am open to suggestions and PRs. If you think it's beneficial for **general developers** to add something new, please feel free to submit an issue for dicussion. How to develop