Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

UTM to lat long

<script type="module">
        import { LatLon } from 'https://cdn.jsdelivr.net/npm/geodesy@2/utm.js';
        const latLongP = new LatLon(52.2, 0.12);
        const utmCoord = latLongP.toUtm();
        console.log(utmCoord.toString()); // '31 N 303189 5787193'
    </script>
Comment

PREVIOUS NEXT
Code Example
Javascript :: Plumsail set form lookup field value on form load 
Javascript :: Plumsail - DataTable Populating Dropdown 
Javascript :: The complete map() method syntax 
Javascript :: onclick switch javascript 
Javascript :: jquery datepicker validation 
Javascript :: (state.isLoggedIn = function() {return false}) react redux 
Javascript :: node js knex sqlite query 
Javascript :: image gallery functions 
Javascript :: web3 returns an object promise instead of number 
Javascript :: infinite typing effect react 
Javascript :: js remove child with index 
Javascript :: angularjs checking array of objects 
Javascript :: angularjs Re-evalute expressions when page reloads via history 
Javascript :: directive with ng-if not rendering in Angular.js 
Javascript :: angularjs Ionic styling container 
Javascript :: Angular Nx Nrwl - Cannot parse tsconfig.base.json: PropertyNameExpected in JSON when try to create a new lib 
Javascript :: Syntax for npx 
Javascript :: Scaling elements proportionally using CSS and JQUERY 
Javascript :: javascript get value outside function 
Javascript :: Special Chars like DOTS in Express.js route 
Javascript :: get oinput value clojurescript 
Javascript :: Variables In Self Invoking Function 
Javascript :: Uncaught Error: spawn node 
Javascript :: create instance method javascript 
Javascript :: open close menu javascript 
Javascript :: Second Simplest Promise Example 
Javascript :: NodeJS Database initialisation 
Javascript :: Create A JSON From 2D Array Example 
Javascript :: Iterate Through the Keys of an Object with a for...in Statement 
Javascript :: express dynamic api template 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =