😋
PinnedLoading
- MiCongreso
MiCongreso PublicMiCongreso es un sitio web para conocer a tus representantes en el congreso de México.
JavaScript 3
- find point inside feature using turf
find point inside feature using turf 1for (var i = 0; i < geojsontest["features"].length; i++) {
2var poly = geojsontest["features"][i]["geometry"];
3var isInside1 = turf.inside(pt1, poly);
4if(isInside1){
5console.log(geojsontest["features"][i]["properties"]["letter"]);
- Bot_website_template
Bot_website_template PublicUsing heroku and flask, we will be able to implement a bot in less than half an hour. WIP
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.
Uh oh!
There was an error while loading.Please reload this page.