Skip to content

Category: Questions

Different layer styles affecting each other openlayers

I want to draw dashed line and straight line by using open layers Draw method. In this method there is a LineString option for drawing straight line but I cound not find a option for dashed line. So my aim is to style LineString and make a dashed line. But the problem is, this approach is also affecting the s…

how can I use facebook SDK in react

I’m currently using react, and by using react-facebook-rogin Library, I successfully made facebook login. However, there is no function for logout!. So I decided to use facebook SDK, however I don’t know how to use javascript code in react. according to facebook official document, I need to write …

Enter numbers and print them in JavaScript

I want to make a box for entering a number by the user, and doing simple arithmetic operations on it, and printing the result through a table, consisting of fixed numbers and variables that are the result of the arithmetic operations on it. I made the variables to receive the value and make the calculations, …