Skip to content

Commit

Permalink
updated home and polygon markers
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed May 20, 2024
1 parent 996d7d2 commit ff0cee1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions _posts/2020-11-17-polygon-markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ comments: true
author: Dror Bogin
---

![]({{ '/assets/img/blog/polygon_markers_0.png' | relative_url }})
### How I Got Into This

<h3 style="text-align: left;"><u>How I Got Into This</u></h3>
About a year ago my wife's younger brother asked me to help him get started with programming (Thats lasted a week), I suggested he start with JavaScript since you get instant gratification when things work.
<p><span style="font-family: arial;">The kid likes airplanes so I thought a nice project will be making a simple airplanes map, something querying some open API and updating the map at intervals.</span></p>
<p><span style="font-family: arial;">After asking around I got recommended to use <a href="https://opensky-network.org/apidoc/" rel="nofollow" target="_blank">OpenSky-Network's API</a> <br /></span>
Expand Down Expand Up @@ -127,6 +126,8 @@ fetch('https://opensky-network.org/api/states/all')

```

![]({{ '/assets/img/blog/polygon_markers_0.png' | relative_url }})

The live map is available there as well, if you zoom in on `{lng: 34.8987045, lat: 32.010007}` you can see the original plane I used as a size comparison to all the others :

<p style="text-align: left;"><span style="font-family: arial;"><a href="https://bogind.github.io/flights/">https://bogind.github.io/flights/</a><br /></span></p>
Expand Down
12 changes: 8 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
layout: home
title: Dror Bogin's Personal Site
title: Dror Bogin
---

Hello!
I'm Dror Bogin, and this is my personal site.
You can find read [about me](/aboutme), check out some of the [projects](/projects) I've worked on, [talks](/talks) I gave, or find my [contact](/contact) information (also at the bottom).
### Hello!
I'm Dror Bogin, a GIS developer and open source GIS advocate,this is my personal site.

You can read [about me]({{ '/aboutme' | relative_url }}), check out some of the [projects]({{ '/projects' | relative_url }}) I've worked on, [talks]({{ '/talks' | relative_url }}) I gave, or find my [contact]({{ '/contact' | relative_url }}) information (also at the bottom).

I'm currently working on moving my blog here, and doing so chronologically, so if you're looking for a specific post, it might not be here yet, but you can find a link to the old blog in the [blog]({{ '/aboutme' | relative_url }}) page.


0 comments on commit ff0cee1

Please sign in to comment.