I was born on 1989, grew up with this song on radio. Now, I'm 22. So, the title of this song is "Feel Like Dance". Yah, just until now I discover the title. Performed by the "globe".
About the song: Actually, this is the remix version of "Feel Like Dance" from their new album "house of globe". I provided a download link.
I had mentioned that I was digging ReactJS in my last post, so I applied what I have learned about it to revamp our rainfall monitoring system. It's funny how we code last day, month or year is very much different compared today. It's not bad though, that means we're (I'm) improving or there's a progress. The system before uses JavaScript, JQuery, Openlayers and a JavaScript library for date formatting. Here's how it works: Request data from a different (an external) domain(server) Get the latest value and append it to the pre-defined GeoJSON object Evaluate the value to determine its rainfall intensity Finally, plot it on the map Downside, upon clicking each points, the system needs to request again the data to display it in graph. Now, like I said, there's a progress. Aside from using ReactJS, I also changed how it works. Request data from a different (an external) domain(server). Get all the data (not just the last value) from all ava...
Tomorrow, September 21, is supposed to be the 51st birthday of my father. Anyway, I know he's somehow happy there . But sometimes, I missed his "tease". I wish to have a dream with him tonight. Anyway, upon watching "Reel-time" on GMA News TV ; LUMAD, I remember his devotion to help people esp. IPs(Indigenous People). It's just sad, extra-judicial killing is still happening today. tsk I hate it!!!! Because it brings back the pain that we have suffered, seeing a mother cries after losing her husband. And worst, letting the daughter watched as they shot her father. ... I have read an online article before about the death of my father. Well, at least, they appreciate how my father loves his work and as I always said before (on my previous post about him), "HE DIED FOR IT." What makes this all the more tragic is that their latest victim, Mateo Morales, has devoted himself, through many years of public and community service, to genuine commun...
Disclaimer: The idea came from this blog . So, what's the difference? I'm using Windows. cURL should be installed already. If you have lots of tables in your database that you wanted to publish in GeoServer, you can use this method. Just prepare a list of tables (separated by new line) you want to publish in a text file format. Before proceeding in publishing layers, you need to setup a workspace and store in your GeoServer first. Although this can be done using cURL and REST API, but it is more convenient in that way. After a minute.... :D :D Create ".bat" file Use the code below but (of course) change the necessary inputs for /f %%a in ( <list of tables you want to publish> .txt) do curl -v -u <username> : <password> -XPOST -H "Content-type: text/xml" -d "<featureType><name>%%a</name></featureType>" http://localhost:8080/geoserver/rest/workspaces/ <name of workspace> /datastores/...
Comments
Post a Comment
Feel free to ask, suggest and comment regarding this post/blog. You can also contact me through e-mail, just always use the contact page. Thank you for visiting this blog.